tenebrous-dicebot/api/node_modules/loglevel/lib/.jshintrc

22 lines
337 B
Plaintext

{
"curly": false,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"es3": true,
"notypeof": true,
"globals": {
"console": false,
"exports": false,
"define": false,
"module": false,
"window": false
}
}