wishthis/node_modules/gulp-match/.jshintrc

20 lines
347 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": "strict",
"node": true
}