You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "env": {
  5. "browser": true,
  6. "node": true,
  7. },
  8. "rules": {
  9. "id-length": "off",
  10. },
  11. }