blob: c8872383ec234206ab96a8260c1a798e9acaed49 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "root": true,
3
4 "extends": "@ljharb",
5
6 "globals": {
7 "BigInt": true,
8 },
9
10 "rules": {
11 "new-cap": [2, { "capIsNewExceptions": ["BigInt"] }],
12 "operator-linebreak": [2, "before"],
13 },
14}