Skip to content

Commit

Permalink
feat: .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
2976151305 committed Jan 4, 2024
1 parent 7e359df commit dbcadb4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"tabWidth": 2,
"printWidth": 150,
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"jsxSingleQuote": false,
"arrowParens": "always"
}

0 comments on commit dbcadb4

Please sign in to comment.