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

	"extends": "jquery",

	"parserOptions": {
		"ecmaVersion": 2017
	},

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