UNPKG

219 BPlain TextView Raw
1{
2 "root": true,
3
4 "extends": "@ljharb",
5
6 "rules": {
7 "max-nested-callbacks": [2, 3],
8 "max-statements": [2, 12],
9 "new-cap": [2, { "capIsNewExceptions": ["RequireObjectCoercible"] }],
10 "no-invalid-this": [1]
11 }
12}