blob: c8872383ec234206ab96a8260c1a798e9acaed49 [file] [log] [blame]
{
"root": true,
"extends": "@ljharb",
"globals": {
"BigInt": true,
},
"rules": {
"new-cap": [2, { "capIsNewExceptions": ["BigInt"] }],
"operator-linebreak": [2, "before"],
},
}