Update .prettierrc

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-24 13:34:45 -06:00
committed by GitHub
parent bdef49884a
commit 40c08a6a1c

View File

@@ -1,6 +1,8 @@
{ // Note: The 90-character line limit mentioned in prompts/video-intro.yml applies only to subtitle text.
"singleQuote": true, // The printWidth setting below is for code formatting and does not affect subtitle text.
"semi": true, module.exports = {
"trailingComma": "all", singleQuote: true,
"printWidth": 100 semi: true,
} trailingComma: 'all',
printWidth: 100,
};