Ghost/test/.jshintrc

25 lines
498 B
Plaintext

{
"node": true,
"browser": true,
"strict": false,
"sub": true,
"eqeqeq": true,
"laxbreak": true,
"bitwise": true,
"curly": true,
"forin": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"plusplus": true,
"regexp": true,
"undef": true,
"unused": true,
"indent": 4,
"quotmark": "single",
"predef": [ "-Promise" ]
}