-
Notifications
You must be signed in to change notification settings - Fork 3
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
Let's support eslint v8 #14
Comments
@sanemat thank you!! It can be fragile, but so keep the peerDependencies
(I'm not good at English:pray:) |
sanemat
pushed a commit
that referenced
this issue
Dec 8, 2021
sanemat
pushed a commit
that referenced
this issue
Dec 8, 2021
For preparing eslint v8, add eslint matrix(v7, v8) on ci. refs #14
This was referenced Dec 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have new eslint v8!
ESLint v8.0.0 released - ESLint - Pluggable JavaScript linter
Migrating to v8.0.0 - ESLint - Pluggable JavaScript linter
Do you have any ideas about supporting versions?
Some modules support wide range:
https://github.com/airbnb/javascript/blob/4ee732639396362c6981b1aa4730934c3baa7919/packages/eslint-config-airbnb-base/package.json#L60
In this case, we need to have below:
etc.
😅
I prefer this way:
eslint-config-moneyforward/package.json
Line 40 in 65e0cfe
It may be fragile.
Do you have any ideas?
The text was updated successfully, but these errors were encountered: