sori-client/.prettierrc

16 lines
251 B
Plaintext

{
"semi": true,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"singleQuote": true,
"trailingComma": "all",
"overrides": [
{
"files": ".yarnrc.yml",
"options": {
"singleQuote": false
}
}
]
}