1
0
Files
upload-artifact/.prettierrc.json
T

11 lines
225 B
JSON
Raw Normal View History

2020-04-28 17:18:53 +02:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}