Skip to content

Commit

Permalink
chore(prettier): remove endOfLine
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Dec 1, 2020
1 parent fd53e2a commit 0713d0e
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 @@
{
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "es5",
"endOfLine":"auto"
"trailingComma": "es5"
}

0 comments on commit 0713d0e

Please sign in to comment.