resume_webstite/.prettierrc

6 lines
78 B
Plaintext
Raw Normal View History

2025-02-04 13:25:36 -06:00
{
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "all"
}