Files
cm-app-crawlspider/node_modules/express-logging/.eslintrc

12 lines
217 B
Plaintext

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