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" "turbo": "^1.6.3"
}, },
"prettier": { "prettier": {
"printWidth": 100 "printWidth": 100,
"singleQuote": true
}, },
"importSort": { "importSort": {
".ts, .js, .mjs, .cjs": { ".ts, .js, .mjs, .cjs": {