-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix(eslint-plugin): [consistent-type-definitions] correct fixer with declare keyword #4334
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
fix(eslint-plugin): [consistent-type-definitions] correct fixer with declare keyword #4334
Conversation
This comment has been minimized.
This comment has been minimized.
❌ Deploy Preview for typescript-eslint failed. 🔨 Explore the source changes: 8b4288a 🔍 Inspect the deploy log: https://app.netlify.com/sites/typescript-eslint/deploys/61c0fa45d8c444000897bf3a |
Codecov Report
@@ Coverage Diff @@
## main #4334 +/- ##
==========================================
+ Coverage 93.52% 94.20% +0.67%
==========================================
Files 336 152 -184
Lines 11596 8104 -3492
Branches 3291 2592 -699
==========================================
- Hits 10845 7634 -3211
+ Misses 479 266 -213
+ Partials 272 204 -68
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.
👍
PR Checklist
Overview
Fixer incorrectly changes declare keyword to interface