Files
playwriter/.prettierrc
Tommy D. Rossi 12c5387409 init
2025-11-13 19:24:03 +01:00

9 lines
151 B
Plaintext

{
"arrowParens": "always",
"jsxSingleQuote": true,
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}