Skip to content

Commit

Permalink
feat(eslint-plugin-experience): use another fix style for `consistent…
Browse files Browse the repository at this point in the history
…-type-imports`
  • Loading branch information
splincode committed Mar 6, 2024
1 parent fcbc27b commit da7aee3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ module.exports = {
'error',
{
disallowTypeAnnotations: false,
fixStyle: 'inline-type-imports',
fixStyle: 'separate-type-imports',
prefer: 'type-imports',
},
],
Expand Down Expand Up @@ -914,7 +914,6 @@ module.exports = {
'@angular-eslint/use-component-view-encapsulation': 'off',
'@angular-eslint/use-injectable-provided-in': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/consistent-type-imports': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-base-to-string': 'off',
'@typescript-eslint/no-explicit-any': 'off',
Expand Down

0 comments on commit da7aee3

Please sign in to comment.