EVA-Notify/.prettierrc

12 lines
246 B
Plaintext

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"proseWrap": "preserve",
"arrowParens": "avoid",
"bracketSpacing": true,
"jsxSingleQuote": true,
"endOfLine": "auto"
}