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

17 lines
259 B
Text

{
"esnext": true,
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"node": true,
"sub": true,
"undef": true,
"unused": true,
"mocha": true
}