Skip to content

Commit f0d6ced

Browse files
committed
feat(eslint-config): enable consistent-type-imports
1 parent 99c0d47 commit f0d6ced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config/src/rules/typescript-requiring-type-checking.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = {
2121
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
2222
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
2323
'@typescript-eslint/switch-exhaustiveness-check': 'error',
24+
'@typescript-eslint/consistent-type-imports': 'error',
2425
'@typescript-eslint/unbound-method': [
2526
'off',
2627
{

0 commit comments

Comments
 (0)