.eslintrc.json 44 B

12345
  1. {
  2. "rules": {
  3. "id-length": "off"
  4. }
  5. }