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