| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "root": true, | ||||
| 3 | |||||
| 4 | "extends": "@ljharb", | ||||
| 5 | |||||
| 6 | "rules": { | ||||
| 7 | "id-length": 0, | ||||
| 8 | "new-cap": [2, { "capIsNewExceptions": ["RequireObjectCoercible"] }], | ||||
| 9 | "no-magic-numbers": [0], | ||||
| 10 | "no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "DebuggerStatement", "LabeledStatement", "WithStatement"] | ||||
| 11 | } | ||||
| 12 | } | ||||