Skip to content

Commit

Permalink
fix: consider query string
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Dec 1, 2024
1 parent 6b24f3e commit a692fd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configurations/canonical.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const importRules = {
'import/no-duplicates': [
2,
{
considerQueryString: true,
'prefer-inline': true,
},
],
Expand Down

0 comments on commit a692fd7

Please sign in to comment.