Skip to content

Commit

Permalink
Explicitly configure prettier
Browse files Browse the repository at this point in the history
Don't be dependent on the prettier version
  • Loading branch information
swsnr committed Nov 3, 2023
1 parent 8533275 commit 0bcebef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"printWidth": 80,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always"
}

0 comments on commit 0bcebef

Please sign in to comment.