federation/gateway/node_modules/call-bind/.eslintrc
2020-11-14 16:43:58 +01:00

15 lines
190 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
"no-magic-numbers": 0,
},
}