pofile/.jshintrc

20 lines
266 B
Plaintext
Raw Normal View History

{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"white": true,
"predef": [
"describe",
"it",
"before"
]
}