41c6ef397bcac64619dc8601ef1b6fb6dbfdd9b1838f315cd53c155553538fbc7a1e1bc429975e478b56cc273a7d2c44bf4bab0f164dcbc5a3f049366bb18b 229 B

12345678910111213141516
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "eqeqeq": ["error", "allow-null"],
  6. "id-length": "off",
  7. "new-cap": ["error", {
  8. "capIsNewExceptions": [
  9. "RequireObjectCoercible",
  10. "ToObject",
  11. ],
  12. }],
  13. },
  14. }