Shadis/.prettierrc

12 lines
209 B
Plaintext
Raw Normal View History

2020-05-09 19:56:02 +00:00
{
"printWidth": 90,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
}