Browse Source

chore: add linter config

json-url-form
AJ ONeal 3 years ago
parent
commit
dcd41a33d0
  1. 22
      .jshintrc

22
.jshintrc

@ -0,0 +1,22 @@
{
"browser": true,
"node": true,
"esversion": 11,
"curly": true,
"sub": true,
"bitwise": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"latedef": "nofunc",
"nonbsp": true,
"nonew": true,
"plusplus": true,
"undef": true,
"unused": "vars",
"strict": true,
"maxdepth": 3,
"maxstatements": 100,
"maxcomplexity": 40
}
Loading…
Cancel
Save