{ "root": true, "extends": "@ljharb", "rules": { "max-nested-callbacks": [2, 3], "max-statements": [2, 12], "new-cap": [2, { "capIsNewExceptions": ["RequireObjectCoercible"] }], "no-invalid-this": [1] } }