biofriction-wp-theme/node_modules/gulp-match/.jshintrc

20 lines
366 B
Plaintext

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