Skip to content

Commit

Permalink
prettier: Remove end of line rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuv2707 committed May 31, 2024
1 parent 93e4c36 commit 6ba79dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"endOfLine": "crlf"
"semi": true
}

0 comments on commit 6ba79dd

Please sign in to comment.