.eslintrc.json 62 B

123456
  1. {
  2. "rules": {
  3. "id-length": "off",
  4. "no-shadow": "off"
  5. }
  6. }