grunt-contrib-watch/.jshintrc

15 lines
209 B
Plaintext
Raw Permalink Normal View History

2012-10-10 06:10:58 +08:00
{
2015-10-11 18:26:55 +08:00
"boss": true,
2012-10-10 06:10:58 +08:00
"curly": true,
"eqeqeq": true,
2015-10-11 18:26:55 +08:00
"eqnull": true,
2012-10-10 06:10:58 +08:00
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
2015-10-11 18:26:55 +08:00
"node": true,
2012-10-10 06:10:58 +08:00
"sub": true,
"undef": true,
2015-10-11 18:26:55 +08:00
"unused": true
}