Skip to content

Commit

Permalink
fixed "error Delete ␍ prettier/prettier" Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
almaskhanwazir committed May 7, 2021
1 parent 964fa00 commit 57f14c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false,
"quoteProps": "as-needed"
"quoteProps": "as-needed",
"endOfLine":"auto"
}

0 comments on commit 57f14c1

Please sign in to comment.