grunt-contrib-jasmine/.jshintrc

15 lines
207 B
Plaintext
Raw Normal View History

2012-11-02 13:03:09 +08:00
{
"curly": false,
2012-11-02 13:03:09 +08:00
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"es5": true
}