| 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 | "indent": [2, 4], | ||||
| 9 | "max-nested-callbacks": [2, 3], | ||||
| 10 | "max-params": [2, 3], | ||||
| 11 | "max-statements": [2, 20], | ||||
| 12 | "no-new-func": [1], | ||||
| 13 | "strict": [0] | ||||
| 14 | } | ||||
| 15 | } | ||||