wishthis/node_modules/matchdep/.jshintrc

16 lines
229 B
Text
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
"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
}