golangci-lint-action/.prettierrc.json
2020-05-04 17:48:04 +03:00

9 lines
170 B
JSON

{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 140,
"parser": "typescript"
}