-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support ESlint 8 #81
Comments
ewanharris
added a commit
to ewanharris/eslint-config-axway
that referenced
this issue
Jan 4, 2022
This introduces support for eslint 8 and updates all dependencies that require updates to support eslint 8 BREAKING CHANGE: Drops support for eslint 7 BREAKING CHANGE: Drops support for @typescript-eslint 4.x packages BREAKING CHANGE: Drops support for eslint-plugin-mocha 9.x BREAKING CHANGE: Updates to latest versions of built in eslint plugins Closes appcelerator#81
ewanharris
added a commit
to ewanharris/eslint-config-axway
that referenced
this issue
Jan 4, 2022
This introduces support for eslint 8 and updates all dependencies that require updates to support eslint 8 BREAKING CHANGE: Drops support for eslint 7 BREAKING CHANGE: Drops support for @typescript-eslint 4.x packages BREAKING CHANGE: Drops support for eslint-plugin-mocha 9.x BREAKING CHANGE: Updates to latest versions of built in eslint plugins Closes appcelerator#81
ewanharris
added a commit
to ewanharris/eslint-config-axway
that referenced
this issue
Jan 4, 2022
This introduces support for eslint 8 and updates all dependencies that require updates to support eslint 8 BREAKING CHANGE: Drops support for eslint 7 BREAKING CHANGE: Drops support for @typescript-eslint 4.x packages BREAKING CHANGE: Drops support for eslint-plugin-mocha 9.x BREAKING CHANGE: Updates to latest versions of built in eslint plugins Closes appcelerator#81
ewanharris
added a commit
to ewanharris/eslint-config-axway
that referenced
this issue
Jan 4, 2022
This introduces support for eslint 8 and updates all dependencies that require updates to support eslint 8 BREAKING CHANGE: Drops support for eslint 7 BREAKING CHANGE: Drops support for @typescript-eslint 4.x packages BREAKING CHANGE: Drops support for eslint-plugin-mocha 9.x BREAKING CHANGE: Updates to latest versions of built in eslint plugins Closes appcelerator#81
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's a checklist of things required to support usage of ESLint 8:
peerDependencies
anddevDependencies
versiondependencies
are compatible (a requirement now because of npm 7 enforcingpeerDependencies
optionalPeerDependencies
are compatibleThe text was updated successfully, but these errors were encountered: