Skip to content

Commit

Permalink
fix: regex
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 25, 2024
1 parent 46dc774 commit 41a38a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/sort.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export const sortImports: Linter.Config[] = [
'side-effect',
'side-effect-style',
],
internalPattern: ['~/**', '@/**', '#**'],
internalPattern: ['^[~@#]/.*'],
newlinesBetween: 'ignore',
},
],
Expand Down

0 comments on commit 41a38a6

Please sign in to comment.