-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
docs: add landing page for rules #4114
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
Conversation
Thanks for the PR, @armano2! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day. |
✔️ Deploy Preview for typescript-eslint ready! 🔨 Explore the source changes: ecc2c5f 🔍 Inspect the deploy log: https://app.netlify.com/sites/typescript-eslint/deploys/61920e78d2f1480008742b93 😎 Browse the preview: https://deploy-preview-4114--typescript-eslint.netlify.app |
Codecov Report
@@ Coverage Diff @@
## master #4114 +/- ##
==========================================
+ Coverage 93.14% 93.35% +0.21%
==========================================
Files 157 152 -5
Lines 8251 8037 -214
Branches 2640 2580 -60
==========================================
- Hits 7685 7503 -182
+ Misses 192 180 -12
+ Partials 374 354 -20
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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!
deprecated / removed rules will be present different subcategory
We should add a "note" to the no-implicit-any-catch
docs that mentions why it was deprecated. Something like this will do
This rule has been deprecated because TypeScript 4.4 introduced the
useUnknownInCatchVariables
compiler option which automatically types all catch variables asunknown
- meaning a lint rule for manualunknown
annotations is no longer necessary.
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.
Awesome! 🔥
i agree with adding deprecation notice, but that change is unrelated to what this PR aims to do i already did to much changes to rules docs in here (fixed JSON) |
Co-authored-by: Josh Goldberg <joshuakgoldberg@outlook.com>
Overview
/rules/
page for rulesFixes #4121