thsf.net/.prettierrc

7 lines
106 B
Plaintext
Raw Normal View History

2023-04-04 11:19:06 +02:00
{
"arrowParens": "always",
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": false
}