2
0
mirror of https://gitea.com/docker/login-action.git synced 2025-02-24 04:30:42 +07:00
docker-login/.prettierrc.json
2020-08-15 14:45:36 +02:00

12 lines
206 B
JSON

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