Skip to content

Commit

Permalink
fix: revert "add consistent-type-imports rule (#22)" (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 authored Oct 2, 2023
1 parent e295003 commit ed5f6c2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions import-order.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,5 @@ module.exports = {
warnOnUnassignedImports: true,
},
],
'@typescript-eslint/consistent-type-imports': [
'error',
{
fixStyle: 'inline-type-imports',
disallowTypeAnnotations: false,
},
],
// To avoid imports split from `@typescript-eslint/consistent-type-imports` auto-fix
'@typescript-eslint/no-import-type-side-effects': 'error',
},
};

0 comments on commit ed5f6c2

Please sign in to comment.