mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
Add eslint to root devDependencies
This commit is contained in:
parent
bd9601c56a
commit
ef41d6a24e
2
.pnp.js
generated
2
.pnp.js
generated
@ -2888,6 +2888,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@cosmjs/launchpad", "workspace:packages/launchpad"],
|
||||
["@cosmjs/proto-signing", "workspace:packages/proto-signing"],
|
||||
["@cosmjs/stargate", "workspace:packages/stargate"],
|
||||
["eslint", "npm:7.26.0"],
|
||||
["prettier", "npm:2.3.0"],
|
||||
["typescript", "patch:typescript@npm%3A4.0.7#builtin<compat/typescript>::version=4.0.7&hash=a45b0e"]
|
||||
],
|
||||
@ -7134,6 +7135,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@cosmjs/launchpad", "workspace:packages/launchpad"],
|
||||
["@cosmjs/proto-signing", "workspace:packages/proto-signing"],
|
||||
["@cosmjs/stargate", "workspace:packages/stargate"],
|
||||
["eslint", "npm:7.26.0"],
|
||||
["prettier", "npm:2.3.0"],
|
||||
["typescript", "patch:typescript@npm%3A4.0.7#builtin<compat/typescript>::version=4.0.7&hash=a45b0e"]
|
||||
],
|
||||
|
@ -45,6 +45,7 @@
|
||||
"@cosmjs/launchpad": "workspace:packages/launchpad",
|
||||
"@cosmjs/proto-signing": "workspace:packages/proto-signing",
|
||||
"@cosmjs/stargate": "workspace:packages/stargate",
|
||||
"eslint": "^7.5",
|
||||
"prettier": "^2.0.5",
|
||||
"typescript": "~4.0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user