Files
Recoil/.prettierrc
2020-05-18 12:01:41 +02:00

16 lines
246 B
Plaintext

{
"arrowParens": "avoid",
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": false,
"jsxBracketSameLine": true,
"overrides": [
{
"files": ["*.js"],
"options": {
"parser": "flow"
}
}
]
}