16 lines
285 B
Plaintext
16 lines
285 B
Plaintext
{
|
|
"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}]
|
|
}
|
|
} |