Upgrade eslint-plugin-import and enable consistent-type-specifier-style #1729
Labels
ready
Ready for implementation
restricted: maintainers
Only maintainers can resolve this issue
type: maintenance
Refactoring and technical debt payoff
work: frontend
Related to frontend code in the mathesar_ui directory
Milestone
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.cjs
as follows:The text was updated successfully, but these errors were encountered: