nova-betterchat/.prettierrc

14 lines
265 B
Plaintext
Raw Normal View History

2023-03-11 19:34:10 +01:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
2023-04-04 10:08:02 +02:00
"arrowParens": "always",
"quoteProps": "consistent"
2023-03-11 19:34:10 +01:00
}