Skip to content

Commit

Permalink
🐛 revert prettier settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
novrain committed Dec 15, 2023
1 parent bff33df commit 6f96d95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid",
"endOfLine": "crlf"
"arrowParens": "avoid"
}

0 comments on commit 6f96d95

Please sign in to comment.