Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

11 строки
323 B

  1. {
  2. "extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended", "prettier"],
  3. "plugins": ["prettier", "@typescript-eslint"],
  4. "rules": {
  5. "prettier/prettier": "warn",
  6. "no-unused-vars": "off",
  7. "@typescript-eslint/no-explicit-any": ["off"],
  8. "@typescript-eslint/no-unused-vars": "warn"
  9. }
  10. }