wishthis/node_modules/gulp-match/.jshintrc
2022-01-21 09:28:41 +01:00

19 lines
347 B
Text

{
"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
}