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

17 lines
263 B
Plaintext
Raw Normal View History

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