Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
11
node_modules/express-logging/.eslintrc
generated
vendored
Normal file
11
node_modules/express-logging/.eslintrc
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"env": {
|
||||
"node": true
|
||||
},
|
||||
"rules": {
|
||||
"no-use-before-define": [2, "nofunc"], //latedef in jshint
|
||||
"quotes": [2, "single"],
|
||||
"no-underscore-dangle": 0,
|
||||
"new-cap": [1, {"capIsNew": false}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user