grunt-contrib-jasmine/.jshintrc

14 lines
192 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,
2013-08-13 01:18:03 +08:00
"node": true
2012-11-02 13:03:09 +08:00
}