13
0
Fork 0
mirror of https://github.com/goreleaser/goreleaser-action.git synced 2026-07-02 11:09:33 +00:00
goreleaser-action/.prettierrc.json
2019-11-12 00:05:29 +01:00

11 lines
206 B
JSON

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