mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-06 00:35:53 -05:00
6df1822dc3
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
11 lines
206 B
JSON
11 lines
206 B
JSON
{
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": false,
|
|
"arrowParens": "avoid",
|
|
"parser": "typescript"
|
|
}
|