| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 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 | } | ||||