Skip to content

Commit

Permalink
setup prettier (not done)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Oct 17, 2023
1 parent cc0e419 commit 00f07ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}

0 comments on commit 00f07ef

Please sign in to comment.