We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182b8ae commit 0d53c2eCopy full SHA for 0d53c2e
packages/config/src/eslint/import.js
@@ -2,6 +2,8 @@
2
3
/** @type {import('eslint').Linter.RulesRecord} */
4
export const importRules = {
5
+ /** Bans the use of inline type-only markers for named imports */
6
+ 'import/consistent-type-specifier-style': ['error', 'prefer-top-level'],
7
/** Reports any imports that come after non-import statements */
8
'import/first': 'error',
9
/** Stylistic preference */
0 commit comments