Skip to content

Commit

Permalink
feat: add lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
Griko Nibras committed Sep 16, 2022
1 parent 31f6a27 commit b4ce5fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/graz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"scripts": {
"build": "tsup",
"cli": "node cli.mjs",
"dev": "tsup --watch"
"dev": "tsup --watch",
"lint": "eslint --fix \"src/**/*.{ts,tsx}\""
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0",
Expand Down

0 comments on commit b4ce5fd

Please sign in to comment.