Component-Builder/admin/custom/footable-v2/js/.jshintrc

29 lines
524 B
Plaintext

{
"curly": false,
"eqeqeq": false,
"forin": false,
"indent": false,
"newcap": false,
"plusplus": false,
"quotmark": false,
"undef": false,
"unused": false,
"strict": false,
"trailing": false,
"maxparams": false,
"maxdepth": false,
"maxstatements": false,
"maxcomplexity": false,
"maxlen": false,
"eqnull": true,
"loopfunc": true,
"smarttabs": true,
"sub": true,
"browser": true,
"jquery": true,
"node": true,
"white": false
}