Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lintが通らない #129

Closed
Ryo4499 opened this issue Jun 12, 2024 · 0 comments · Fixed by #147
Closed

Lintが通らない #129

Ryo4499 opened this issue Jun 12, 2024 · 0 comments · Fixed by #147
Assignees
Labels
bug バグ解消 pending 公式の対応待ち

Comments

@Ryo4499
Copy link
Owner

Ryo4499 commented Jun 12, 2024

問題

yarn lint実行時にlintが通らない

原因

公式がESLintに対応できていない
vercel/next.js#64409

再現方法

yarn lint
Invalid Options:
- Unknown options: useEslintrc, extensions, resolvePluginsRelativeTo, rulePaths, ignorePath, reportUnusedDisableDirectives
- 'extensions' has been removed.
- 'resolvePluginsRelativeTo' has been removed.
- 'ignorePath' has been removed.
- 'rulePaths' has been removed. Please define your rules using plugins.
- 'reportUnusedDisableDirectives' has been removed. Please use the 'overrideConfig.linterOptions.reportUnusedDisableDirectives' option instead.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

解決策

対応待ち

@Ryo4499 Ryo4499 added bug バグ解消 pending 公式の対応待ち labels Jun 12, 2024
@Ryo4499 Ryo4499 self-assigned this Jun 12, 2024
@Ryo4499 Ryo4499 linked a pull request Jul 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug バグ解消 pending 公式の対応待ち
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant