projecte_ionic/node_modules/loglevel/lib/.jshintrc
2022-02-09 18:30:03 +01:00

21 lines
337 B
Text
Executable file

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