1
0
mirror of https://github.com/docker/login-action.git synced 2025-03-01 14:20:10 +08:00
login-action/.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"
}