Skip to content

Commit

Permalink
change prettier to allow single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cherriechang committed Dec 6, 2024
1 parent b63d8b6 commit df588e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"turbo": "^1.6.3"
},
"prettier": {
"printWidth": 100
"printWidth": 100,
"singleQuote": true
},
"importSort": {
".ts, .js, .mjs, .cjs": {
Expand Down

0 comments on commit df588e9

Please sign in to comment.