depresolve/.prettierrc

7 lines
96 B
Plaintext
Raw Normal View History

2022-11-26 18:03:36 +01:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
}