Skip to content

Commit

Permalink
fix(config): adds ^~ symbol to importOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Oct 11, 2024
1 parent c6e7247 commit cc12f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prettier/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
endOfLine: 'lf',
importOrder: [
'<THIRD_PARTY_MODULES>',
'^~/(.*)$',
'^@/(.*)$',
'^@app/(.*)$',
'^@src/(.*)$',
Expand Down

0 comments on commit cc12f4e

Please sign in to comment.