mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-09-04 06:39:19 +00:00
reimplement github action in typescript
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"endOfLine": "lf",
|
||||
"semi": false,
|
||||
"singleQuote": false,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "es5",
|
||||
"printWidth": 140,
|
||||
"parser": "typescript"
|
||||
}
|
||||
Reference in New Issue
Block a user