diff --git a/.eslintrc.js b/.eslintrc.js index f974204b86..732b957ff7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -95,7 +95,7 @@ module.exports = { position: 'before', }, ], - pathGroupsExcludedImportTypes: ['builtin'], // Exclude these types from the path group rule + pathGroupsExcludedImportTypes: ['builtin', 'type'], // Exclude these types from the path group rule warnOnUnassignedImports: true, // Warn for unassigned imports // alphabetize: { order: 'asc', caseInsensitive: true }, // Alphabetize imports within each group },