Style updates
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"globals": {
|
||||
"require": true
|
||||
},
|
||||
"rules": {
|
||||
// Disabling for tests, for now.
|
||||
"no-path-concat": 0,
|
||||
|
||||
"no-var": 0,
|
||||
"no-shadow": 0,
|
||||
"handle-callback-err": 0,
|
||||
"no-console": 0,
|
||||
"no-process-env": 0,
|
||||
"dot-notation": [2, {"allowKeywords": true}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user