backoffice/node_modules/classie/.jshintrc

28 lines
411 B
Plaintext
Raw Normal View History

2020-02-06 10:09:39 +00:00
{
"curly": true,
"noempty": true,
"newcap": true,
"eqeqeq": true,
"eqnull": true,
"undef": true,
"devel": true,
"node": true,
"browser": true,
"evil": false,
"latedef": true,
"nonew": true,
"trailing": true,
"immed": true,
"smarttabs": true,
"strict": true,
"predef": [
"describe",
"expect",
"it",
"before",
"beforeEach",
"after",
"afterEach"
]
}