Skip to content

Commit

Permalink
Update prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
jahands committed Feb 12, 2025
1 parent 94e1ff2 commit 6538068
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ const codeImports = [
'<BUILTIN_MODULES>',
'<THIRD_PARTY_MODULES>',
'',
// Usually we don't import from other apps, with the exception of
// wci-internal-api because wci-external-api binds to it.
'^(@repo|wci-internal-api)(/.*)$', // Workspace imports
'^(@repo)(/.*)$', // Workspace imports
'',
// Local (relative) imports
'^[.]{2}$', // ..
Expand Down

0 comments on commit 6538068

Please sign in to comment.