This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/promise.allsettled/.eslintrc
2020-11-01 22:46:04 +00:00

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,
}
}