您最多选择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. }