docker-login-action/.prettierrc.json

12 lines
206 B
JSON
Raw Normal View History

2020-08-15 12:45:36 +00:00
{
"printWidth": 240,
2020-08-15 12:45:36 +00:00
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}