react-typescript-template/.prettierrc

9 lines
133 B
Plaintext
Raw Permalink Normal View History

2024-02-28 23:23:54 +00:00
{
"bracketSameLine": true,
"printWidth": 100,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}