1
0
mirror of https://github.com/golangci/golangci-lint-action.git synced 2026-03-17 06:34:53 +07:00
Files
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"
}