Skip to content

Commit

Permalink
add prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
khoakomlem committed Jun 12, 2024
1 parent 668c908 commit b2dab3e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"trailingComma": "all",
"singleQuote": true,
"semi": true,
"importOrder": ["^@core/(.*)$", "^@server/(.*)$", "^@ui/(.*)$", "^[./]"],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"plugins": ["prettier-plugin-organize-imports"]
}

0 comments on commit b2dab3e

Please sign in to comment.