17 lines
263 B
Plaintext
17 lines
263 B
Plaintext
|
{
|
||
|
"root": true,
|
||
|
|
||
|
"extends": "@ljharb",
|
||
|
|
||
|
"globals": {
|
||
|
"Promise": false
|
||
|
},
|
||
|
|
||
|
"rules": {
|
||
|
"dot-notation": [2, { "allowKeywords": false }],
|
||
|
"new-cap": [2, { "capIsNewExceptions": ["PromiseResolve", "Type"] }],
|
||
|
"no-magic-numbers": 0,
|
||
|
"sort-keys": 0,
|
||
|
}
|
||
|
}
|