Tech_Tracker_Web/.prettierrc

6 lines
78 B
Plaintext
Raw Normal View History

{
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "all"
}