Files
patch-db/client/.prettierrc
2022-07-24 09:01:01 -06:00

7 lines
95 B
Plaintext

{
"singleQuote": true,
"semi": false,
"arrowParens": "avoid",
"trailingComma": "all"
}