dockerhub-description/.prettierrc.json
2020-09-23 15:58:54 +09:00

11 lines
No EOL
205 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}