Skip to content

Commit

Permalink
Update .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed Feb 11, 2025
1 parent e885e45 commit 1881fa2
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
{
"singleQuote": false,
"trailingComma": "none",
"importOrder": [
"<BUILTIN_MODULES>",
"",
"^react",
"<THIRD_PARTY_MODULES>",
"",
"^[.]",
"",
"<TYPES>"
]
}
{ "singleQuote": false, "trailingComma": "none" }

0 comments on commit 1881fa2

Please sign in to comment.