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