.eslintrc 93 B

12345678910
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "id-length": 0,
  6. "strict": 0,
  7. },
  8. }