nfp_sites/.jshintrc

34 lines
No EOL
549 B
Text

{
"eqeqeq": true,
"forin": true,
"immed": true,
"newcap": true,
"noarg": true,
"esnext": true,
"noempty": true,
"nonew": true,
"undef": true,
"unused": "vars",
"strict": true,
"trailing": true,
"noyield": true,
"indent": 2,
"module": true,
"quotmark": "single",
"maxdepth": 4,
"boss": true,
"eqnull": true,
"esversion": 6,
"globalstrict": true,
"smarttabs": true,
"browser": true,
"node": true,
"predef": [
"describe",
"it",
"before",
"beforeEach",
"after",
"afterEach"
]
}