dockerhub-description/.prettierrc.json

11 lines
205 B
JSON
Raw Permalink Normal View History

2020-09-23 08:58:52 +02:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}