Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
eslint plugins are dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msteiner96 committed Feb 10, 2022
1 parent 7eaab61 commit 9ea3421
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
"@cosmjs/encoding": "0.27.1",
"@cosmjs/faucet-client": "0.27.1",
"@cosmjs/proto-signing": "0.27.1",
"@cosmjs/stargate": "0.27.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0"
"@cosmjs/stargate": "0.27.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.11.0",
Expand All @@ -52,6 +50,8 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"prettier": "^2.5.1",
"typescript": "^4.5.5"
"typescript": "^4.5.5",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0"
}
}

0 comments on commit 9ea3421

Please sign in to comment.