-
-
Notifications
You must be signed in to change notification settings - Fork 471
Closed as not planned
Closed as not planned
Copy link
Labels
readyReady for implementationReady for implementationrestricted: maintainersOnly maintainers can resolve this issueOnly maintainers can resolve this issuework: frontendRelated to frontend code in the mathesar_ui directoryRelated to frontend code in the mathesar_ui directory
Milestone
Description
-
ESLint recently added a new rule consistent-type-specifier-style. Because this rule is auto-fixable, it will allow us to keep all our type imports organized well, avoiding problems when auto-adding imports.
-
It appears that this feature is slated for inclusion in their next release,
v2.27.0. When that release is available, we should upgrade to it so that we can enable this rule. -
Then we should configure
.eslintrc.cjsas follows:{ rules: { 'import/consistent-type-specifier-style': ['error', 'prefer-inline'], } }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
readyReady for implementationReady for implementationrestricted: maintainersOnly maintainers can resolve this issueOnly maintainers can resolve this issuework: frontendRelated to frontend code in the mathesar_ui directoryRelated to frontend code in the mathesar_ui directory