nostros/.prettierrc

9 lines
157 B
Plaintext
Raw Normal View History

2022-10-24 17:27:31 +00:00
{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"jsxSingleQuote": true,
"bracketSpacing": true
}