adevtool/.prettierrc

9 lines
142 B
Text
Raw Normal View History

2021-12-25 10:47:05 +01:00
{
"parser": "typescript",
"printWidth": 120,
"singleQuote": true,
"trailingComma": "all",
"semi": false,
"arrowParens": "avoid"
}