Skip to content

Commit

Permalink
Remove unecessary prettier settings
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardofaria committed Apr 7, 2022
1 parent 3baafa1 commit 8704d89
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"trailingComma": "all",
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"arrowParens": "always"
"singleQuote": true
}

0 comments on commit 8704d89

Please sign in to comment.