wishthis/node_modules/gulp-if/.jshintrc

20 lines
343 B
Text
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"regexp": true,
"strict": true,
"trailing": true,
"undef": true,
"unused": true,
"node": true
}