| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "root": true, | ||||
| 3 | |||||
| 4 | "extends": "@ljharb", | ||||
| 5 | |||||
| 6 | "rules": { | ||||
| 7 | "func-name-matching": 0, | ||||
| 8 | "new-cap": [2, { | ||||
| 9 | "capIsNewExceptions": [ | ||||
| 10 | "GetIntrinsic", | ||||
| 11 | ], | ||||
| 12 | }], | ||||
| 13 | "no-magic-numbers": 0, | ||||
| 14 | }, | ||||
| 15 | } | ||||