Files
pa11y-dashboard/.jshintrc
2016-07-22 14:34:10 +01:00

27 lines
411 B
Plaintext

{
"curly": true,
"eqeqeq": true,
"esversion": 6,
"forin": true,
"globals": {
"after": true,
"afterEach": true,
"before": true,
"beforeEach": true,
"describe": true,
"it": true
},
"latedef": "nofunc",
"maxcomplexity": 6,
"maxdepth": 2,
"maxparams": 4,
"noarg": true,
"node": true,
"nonew": true,
"nonstandard": true,
"shadow": false,
"strict": true,
"undef": true,
"unused": true
}