Skip to content

Commit

Permalink
fix prettier rc
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Feb 29, 2024
1 parent afefad6 commit 1f5905a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"trailingComma": "all",
"useTabs": true,
"plugins": ["@trivago/prettier-plugin-sort-imports", "importAttributes"],
"plugins": ["@trivago/prettier-plugin-sort-imports"],
"importOrder": [
"^(fully-react/(.*)$)|^(fully-react$)",
"<THIRD_PARTY_MODULES>",
Expand Down

0 comments on commit 1f5905a

Please sign in to comment.