-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: update @typescript-eslint/*
+ update configs
#22
Conversation
Codecov ReportBase: 97.17% // Head: 97.17% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## alpha #22 +/- ##
=======================================
Coverage 97.17% 97.17%
=======================================
Files 39 39
Lines 390 390
=======================================
Hits 379 379
Misses 11 11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@eslint-community/eslint-tsc @eslint-community/core-team @eslint-community/mysticatea-eslint-plugin Since this plugin is adhering the same semantic versioning policy as ESLint, adding new rules to a plugin would be a breaking change, so this PR would need to be released in a major release I guess? |
4e0c01b
to
8859d81
Compare
8859d81
to
bd2c99d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
BREAKING CHANGE: `es5`, `es2015`, `es2016`, `es2017`, `es2018`, `es2019`, `es2020`, `es2021` & `es2022` configs now have extra rules from `@typescript-eslint/eslint-plugin`
bd2c99d
to
9fc5183
Compare
🎉 This PR is included in version 15.0.0-alpha.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 15.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 15.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Re-submission of mysticatea#40
BREAKING CHANGE:
es5
,es2015
,es2016
,es2017
,es2018
,es2019
,es2020
,es2021
&es2022
configs now have extra rules from@typescript-eslint/eslint-plugin