aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/startup/.eslintrc.json
blob: 2868a11744ee1e8210e3d2ee7ebfde05a885e410 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"root": true,
	"extends": [
		"wikimedia/client"
	],
	"parserOptions": {
		"ecmaVersion": 3
	},
	"rules": {
		"max-len": "off",
		"no-var": "off",
		"prefer-arrow-callback": "off"
	}
}