.eslintrc 132 B

1234567891011121314
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "env": {
  5. "browser": true,
  6. "node": true,
  7. },
  8. "rules": {
  9. "id-length": "off",
  10. },
  11. }