expo_template/.prettierrc
2025-01-28 08:45:02 -06:00

9 lines
136 B
Plaintext

{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "all"
}