UNPKG

355 BPlain TextView Raw
1{
2 "root": true,
3
4 "extends": "@ljharb",
5
6 "rules": {
7 "id-length": [2, { "min": 1, "max": 30 }],
8 "new-cap": [2, { "capIsNewExceptions": ["CreateDataProperty", "IsCallable", "RequireObjectCoercible", "ToObject"] }]
9 },
10
11 "overrides": [
12 {
13 "files": "test/**",
14 "rules": {
15 "max-lines-per-function": 0,
16 "no-invalid-this": 1
17 },
18 },
19 ],
20}