Constnium/node_modules/is-bigint/.eslintrc
2022-06-23 02:27:43 +02:00

10 lines
155 B
Text

{
"root": true,
"extends": "@ljharb",
"rules": {
"new-cap": [2, { "capIsNewExceptions": ["BigInt"] }],
"operator-linebreak": [2, "before"],
},
}