grunt-contrib-jst/.jshintrc

15 lines
209 B
Plaintext
Raw Permalink Normal View History

2012-10-19 07:02:45 +08:00
{
2016-04-14 14:46:33 +08:00
"boss": true,
2012-10-19 07:02:45 +08:00
"curly": true,
"eqeqeq": true,
2016-04-14 14:46:33 +08:00
"eqnull": true,
2012-10-19 07:02:45 +08:00
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
2016-04-14 14:46:33 +08:00
"node": true,
2012-10-19 07:02:45 +08:00
"sub": true,
"undef": true,
2016-04-14 14:46:33 +08:00
"unused": true
}