-
Notifications
You must be signed in to change notification settings - Fork 61
chore: enforce consistent-type-imports everywhere #229
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #229 +/- ##
==========================================
- Coverage 85.09% 85.00% -0.09%
==========================================
Files 208 208
Lines 35600 35680 +80
Branches 4640 4627 -13
==========================================
+ Hits 30295 30331 +36
- Misses 5153 5199 +46
+ Partials 152 150 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4a1fad4 to
081e265
Compare
081e265 to
0d9e8a5
Compare
0d9e8a5 to
1edc2e2
Compare
| disabledEsLintRules: [EsLintRules.MAX_LEN], // the default disabled rules result in 'Definition for rule 'prettier/prettier' was not found' | ||
| disabledEsLintRules: [ | ||
| EsLintRules.MAX_LEN, // the default disabled rules result in 'Definition for rule 'prettier/prettier' was not found | ||
| '@typescript-eslint/consistent-type-imports', // (ironically) typewriter does not support type imports |
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.
dang who wrote typewriter?
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.
👀 🦭
Signed-off-by: github-actions <github-actions@github.com>
We were already enforcing this rule in
toolkit-lib. Let's enforce it everywhere.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license