-
Notifications
You must be signed in to change notification settings - Fork 0
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
ESLint 9のflat configに移行する #349
Comments
Dresscaのeslintrc.cjsをマイグレーションすると以下のようになる
ただしoverridesの仕組みがなくなっており、Cypress関連ファイルのみプラグインとルールを適用する方法が判明していない。 |
Vue.js関連のOSSでも対応が始まっているようです。 eslint-plugin-vue |
ESLint 8系は2024/10/5にEOLになる。 |
@vue/eslint-config-prettier 10系以降でflat configをサポートするようになった。
|
概要
ESLintの新しいconfig(flat config)の実装が進んでいるので、経過を見て適用する。
https://eslint.org/blog/2022/08/new-config-system-part-1/
typescript-eslintおよび他のプラグインの状況を併せてウォッチする。
typescript-eslint/typescript-eslint#5908
完了条件
The text was updated successfully, but these errors were encountered: