Kaido Kert | f585e26 | 2020-06-08 11:42:28 -0700 | [diff] [blame] | 1 | { |
2 | "root": true, | ||||
3 | |||||
4 | "extends": "@ljharb", | ||||
5 | |||||
6 | "rules": { | ||||
7 | "complexity": [2, 14], | ||||
8 | "func-name-matching": 0, | ||||
9 | "id-length": [2, { "min": 1, "max": 24, "properties": "never" }], | ||||
10 | "max-lines-per-function": [2, { "max": 68 }], | ||||
11 | "max-statements": [2, 20], | ||||
12 | "new-cap": [2, { "capIsNewExceptions": ["GetMethod"] }] | ||||
13 | } | ||||
14 | } |