Tech_Tracker_Web/.prettierrc

6 lines
78 B
Plaintext

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