grunt-contrib-watch/.jshintrc

14 lines
205 B
Plaintext
Raw Normal View History

2012-10-10 06:10:58 +08:00
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"es5": true
}