Files
techtracker/.prettierrc

8 lines
95 B
Plaintext

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