tech-tracker-expo/.prettierrc

9 lines
136 B
Plaintext
Raw Permalink Normal View History

2025-01-28 08:45:02 -06:00
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "all"
}