選択できるのは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. }