Skip to content

Commit

Permalink
chore: implement settings prettier (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Jan 24, 2021
1 parent 293edca commit fa34457
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"arrowParens": "always",
"printWidth": 60,
"trailingComma": "all"
}

0 comments on commit fa34457

Please sign in to comment.