Skip to content

Commit

Permalink
fix(plugin/import): match # & ~ without suffix/path
Browse files Browse the repository at this point in the history
  • Loading branch information
GerkinDev committed Sep 10, 2021
1 parent 7ab84b7 commit 53c4171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config-fragments/plugins/import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export = {
{
'pathGroups': [
{ pattern: '@scitizen/**', group: 'internal', position: 'before' },
{ pattern: '#{*,}/**', group: 'internal', position: 'before' },
{ pattern: '~{*,}/**', group: 'internal', position: 'before' },
{ pattern: '#{*,}{/**,}', group: 'internal', position: 'before' },
{ pattern: '~{*,}{/**,}', group: 'internal', position: 'before' },
],
'pathGroupsExcludedImportTypes': [ 'builtin' ],
'alphabetize': {
Expand Down

0 comments on commit 53c4171

Please sign in to comment.