-
Notifications
You must be signed in to change notification settings - Fork 32
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
style: Enable method-signature-style TypeScript ESLint rule #1584
style: Enable method-signature-style TypeScript ESLint rule #1584
Conversation
…o 1578-eslint-method-signature
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1584 +/- ##
=======================================
Coverage 46.74% 46.74%
=======================================
Files 583 583
Lines 36256 36256
Branches 9072 9072
=======================================
Hits 16947 16947
Misses 19257 19257
Partials 52 52
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
packages/iris-grid/src/sidebar/visibility-ordering-builder/VisibilityOrderingItem.tsx
Outdated
Show resolved
Hide resolved
packages/iris-grid/src/sidebar/visibility-ordering-builder/sortable-tree/SortableTree.tsx
Outdated
Show resolved
Hide resolved
packages/iris-grid/src/sidebar/visibility-ordering-builder/sortable-tree/SortableTreeInner.tsx
Outdated
Show resolved
Hide resolved
d8a923a
to
3d93c0f
Compare
3d93c0f
to
7e2ce8d
Compare
packages/iris-grid/src/AdvancedFilterCreatorSelectValueList.tsx
Outdated
Show resolved
Hide resolved
e8aee14
to
24edf02
Compare
Good work! Looks like this caught a few places where our types weren't quite correct and we could have potentially done something not safe in the future |
Added method-signature-style rule to ESLint rules with default
property
mode.Resolves #1578