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

15 lines
229 B
Text

{
"loopfunc": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"node": true
}