change prettier to allow single quotes

This commit is contained in:
Cherrie Chang 2024-12-06 15:04:51 -05:00
parent b63d8b6041
commit df588e9f29

View File

@ -36,7 +36,8 @@
"turbo": "^1.6.3"
},
"prettier": {
"printWidth": 100
"printWidth": 100,
"singleQuote": true
},
"importSort": {
".ts, .js, .mjs, .cjs": {