Constnium/node_modules/internal-slot/.eslintrc

13 lines
210 B
Text
Raw Normal View History

2022-06-23 02:27:43 +02:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-params": [2, 3],
"new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
"no-magic-numbers": 0,
"operator-linebreak": [2, "before"],
},
}