adevtool/.prettierrc
2021-12-25 01:47:05 -08:00

8 lines
142 B
Text

{
"parser": "typescript",
"printWidth": 120,
"singleQuote": true,
"trailingComma": "all",
"semi": false,
"arrowParens": "avoid"
}