Skip to content

Commit

Permalink
ci: disable lint for Golang
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jul 17, 2023
1 parent fd187e0 commit 903fef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"postpack": "git clean -f git-revision.txt",
"build": "exit 0",
"lint-fix": "yarn lint:eslint --fix",
"lint": "eslint '**/*.{cjs,js}'"
"lint": "exit 0"
},
"dependencies": {
"bindings": "^1.2.1",
Expand Down

0 comments on commit 903fef7

Please sign in to comment.