grunt-contrib-jasmine/.jshintrc
2016-04-08 00:43:56 +03:00

14 lines
197 B
Plaintext

{
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"latedef": false,
"newcap": true,
"noarg": true,
"node": true,
"undef": true,
"unused": "vars"
}