tanstack-router-quickstart/.prettierrc

13 lines
263 B
Plaintext
Raw Normal View History

2023-06-07 21:58:32 +10:00
{
"arrowParens": "avoid",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 80,
"quoteProps": "as-needed",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}