Skip to content

Commit

Permalink
remove semi from prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Aug 8, 2024
1 parent e10fd34 commit 9d40615
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prettier.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
"endOfLine": "lf",
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
Expand Down

0 comments on commit 9d40615

Please sign in to comment.