aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc-node.json
blob: 544a92cdc8a9cd2c3a141e8c0167b48f8dad7d2a (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": 2017
	},

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

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