aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc-node.json
blob: f1c44a3829f54daea087ee1ed8ab9365e24e40be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"root": true,

	"extends": "jquery",

	"parserOptions": {
		"ecmaVersion": 2018
	},

	"env": {
		"es6": true,
		"node": true
	},

	"rules": {
		"strict": ["error", "global"]
	}
}