23 lines
463 B
Plaintext
23 lines
463 B
Plaintext
{
|
|
"env": {
|
|
"node": true,
|
|
"mocha": true
|
|
},
|
|
"rules": {
|
|
"strict": [2, "safe"],
|
|
"no-mixed-requires": 0,
|
|
"no-multi-spaces": 0,
|
|
"space-infix-ops": 2,
|
|
"quotes": [1, "single"],
|
|
"vars-on-top": 1,
|
|
"one-var": 1,
|
|
"no-shadow": 0,
|
|
"eol-last": 0,
|
|
"key-spacing": 0,
|
|
"no-mixed-spaces-and-tabs": [2, "smart-tabs"],
|
|
"space-unary-ops": [1, { "words": true, "nonwords": true }],
|
|
"no-underscore-dangle": 0,
|
|
"camelcase": 0,
|
|
"no-process-exit": 0
|
|
}
|
|
} |