refactor: Added consistent-type-imports eslint rule and ran --fix#2230
refactor: Added consistent-type-imports eslint rule and ran --fix#2230bmingles merged 4 commits intodeephaven:mainfrom
Conversation
|
Can you update the rule to prefer |
bd98271 to
ba75eb2
Compare
Done. Good call |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2230 +/- ##
========================================
Coverage 46.61% 46.61%
========================================
Files 692 692
Lines 38508 38508
Branches 9619 9826 +207
========================================
Hits 17949 17949
+ Misses 20548 20506 -42
- Partials 11 53 +42
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@typescript-eslint/consistent-type-importslinting rulelint:packagesnpm run lint:packages -- --fixresolves #2229
BREAKING CHANGE: eslint rule will require type only imports where possible