goreleaser-action/.prettierrc.json

12 lines
206 B
JSON
Raw Normal View History

2019-09-20 20:23:45 +00:00
{
2019-11-11 23:05:29 +00:00
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}