mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 05:51:15 +00:00
9 lines
No EOL
170 B
JSON
9 lines
No EOL
170 B
JSON
{
|
|
"endOfLine": "lf",
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"printWidth": 140,
|
|
"parser": "typescript"
|
|
} |