.eslintrc 99 B

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