| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "rules": { | ||||
| 3 | "array-bracket-newline": 0, | ||||
| 4 | "max-lines-per-function": 0, | ||||
| 5 | "max-nested-callbacks": [2, 3], | ||||
| 6 | "max-statements": [2, 12], | ||||
| 7 | "max-statements-per-line": [2, { "max": 2 }], | ||||
| 8 | "no-invalid-this": [1], | ||||
| 9 | "object-curly-newline": 0, | ||||
| 10 | } | ||||
| 11 | } | ||||