Skip to content

Commit

Permalink
chore: use @great-detail/prettier-config
Browse files Browse the repository at this point in the history
  • Loading branch information
domwebber committed Dec 29, 2023
1 parent da883e7 commit e9b1f1f
Show file tree
Hide file tree
Showing 3 changed files with 644 additions and 917 deletions.
18 changes: 1 addition & 17 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
{
"trailingComma": "all",
"singleQuote": false,
"quoteProps": "consistent",
"tabWidth": 2,
"endOfLine": "lf",
"plugins": ["@trivago/prettier-plugin-sort-imports", "prettier-plugin-pkg"],
"importOrder": [
"",
"<THIRD_PARTY_MODULES>",
"^[./]",
"^@/src/(.*)$",
"^@/__tests__/(.*)$",
"<THIRD_PARTY_TS_TYPES>",
"<TS_TYPES>^[./]"
]
}
"@great-detail/prettier-config"
Loading

0 comments on commit e9b1f1f

Please sign in to comment.