dotfiles/vscode/.vscode/extensions/matangover.mypy-0.3.1/node_modules/promise.allsettled/.eslintrc
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00

23 lines
303 B
Plaintext

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