Skip to content

Commit

Permalink
feat(eslint-plugin-experience): use inline-type-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jun 21, 2024
1 parent 8b3530a commit 392d111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ module.exports = {
'error',
{
disallowTypeAnnotations: false,
fixStyle: 'separate-type-imports',
fixStyle: 'inline-type-imports',
prefer: 'type-imports',
},
],
Expand Down

0 comments on commit 392d111

Please sign in to comment.