.eslintrc 104 B

123456789
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "id-length": [2, { "min": 1, "max": 25 }],
  6. }
  7. }