Skip to content

Commit

Permalink
fix: revert changes on prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelLimaC committed May 7, 2024
1 parent b860cf6 commit e04aaed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"jsxBracketSameLine": false,
"arrowParens": "always",
"endOfLine": "auto",
"eolLast": true,
"printWidth": 80
}

0 comments on commit e04aaed

Please sign in to comment.