👷 chore: enable consistent-type-imports ESLint rule (#12399)

👷 chore: enable consistent-type-imports ESLint rule and fix violations
This commit is contained in:
YuTengjing
2026-02-21 10:11:38 +08:00
committed by GitHub
parent cc926f252a
commit 7a1e2b6a48
26 changed files with 70 additions and 43 deletions
+6
View File
@@ -61,6 +61,12 @@ export default eslint(
'react/no-unknown-property': 0,
'regexp/match-any': 0,
'unicorn/better-regex': 0,
'@typescript-eslint/consistent-type-imports': [
2,
{
fixStyle: 'separate-type-imports',
},
],
},
},
// MDX files