25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
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. }