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

ESLint9にバージョンアップするとlintが実行されない #103

Open
InumberX opened this issue Apr 21, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@InumberX
Copy link
Owner

概要

  • ESLintを最新バージョン(9)にするとlintが実行されなくなる
    Next.js側が対応されるまでバージョンアップしない方が良さそう
% yarn lint
yarn run v1.22.21
$ next 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.

関連

@InumberX InumberX added the bug Something isn't working label Apr 21, 2024
@InumberX InumberX self-assigned this Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant