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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support ESLint 8.x #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MichaelDeBoey
Copy link

@MichaelDeBoey MichaelDeBoey commented Sep 6, 2021

ESLint v8.0.0 is released 馃帀

In theory this config is already compatible with ESLint 8.x.
eslint-webpack-plugin's CI is complaining about this package due to eslint-plugin-import not being ESLint 8.x compatible (yet) though.

Adding it as a peerDependency, makes it more clear that this package needs it.
Wanted to wait until they support ESLint 8.x as adding this package to the peerDependencies is technically already a breaking change.

devDependency compatibility with ESLint 8:


BREAKING CHANGE: Requires Node@>=12.13
BREAKING CHANGE: Requires ESLint@^7.0.0 || ^8.0.0
BREAKING CHANGE: Requires eslint-plugin-import@^2.25.0

Closes #16

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
BREAKING CHANGE: Requires Node@>=12.13
BREAKING CHANGE: Requires ESLint@^7.0.0 || ^8.0.0
BREAKING CHANGE: Requires eslint-plugin-import@^2.25.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support ESLint 8.x
3 participants