Skip to content

Commit

Permalink
Add blank lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
codebycarson committed Dec 24, 2024
1 parent 1e1b6a0 commit f15e039
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"generate-sei-chain": "buf generate --template buf.gen.yaml --debug buf.build/sei-protocol/sei-chain",
"generate-third-party": "buf generate --template buf.gen.yaml --debug buf.build/sei-protocol/third-party",
"preextract-libraries": "rimraf library",
"extract-libraries": "tsx scripts/index.ts"
"extract-libraries": "tsx scripts/index.ts",
"lint": "echo 'No linting configured for this package'"
},
"homepage": "https://github.com/sei-protocol/sei-js#readme",
"keywords": ["sei", "typescript", "types", "enums", "interfaces"],
Expand Down

0 comments on commit f15e039

Please sign in to comment.