blob: db992d7a90c021023a4aa92b0c67ae918f13afd4 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "root": true,
3
4 "extends": "@ljharb",
5
6 "rules": {
7 "id-length": [2, { "min": 1, "max": 35 }],
8 "max-lines-per-function": [2, 100],
9 "max-params": [2, 4],
10 "max-statements": [2, 13]
11 }
12}