First commit
This commit is contained in:
21
hGameTest/node_modules/loglevel/lib/.jshintrc
generated
vendored
Normal file
21
hGameTest/node_modules/loglevel/lib/.jshintrc
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user