aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
blob: 6dcb6353a48f180fc77fd2b3233b83959fa6aa7d (plain)
1
2
3
4
5
6
7
{
	"extends": "eslint-config-jquery",
	"root": true,
	"env": {
		"node": true
	}
}