Dev update with src linting (#1334)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.16.5",
|
||||
"@polkadot/dev": "^0.64.15",
|
||||
"@polkadot/dev": "^0.64.16",
|
||||
"@polkadot/ts": "^0.4.22",
|
||||
"@types/jest": "^27.0.3"
|
||||
},
|
||||
|
||||
@@ -8,5 +8,9 @@
|
||||
"exclude": [
|
||||
"**/*.spec.ts"
|
||||
],
|
||||
"references": []
|
||||
"references": [
|
||||
{ "path": "../hw-ledger" },
|
||||
{ "path": "../util" },
|
||||
{ "path": "../x-fetch" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "..",
|
||||
"outDir": "./build",
|
||||
"rootDir": "./src",
|
||||
"emitDeclarationOnly": false,
|
||||
"noEmit": true
|
||||
},
|
||||
"include": [
|
||||
"**/*.spec.ts"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../hw-ledger" },
|
||||
{ "path": "../networks" },
|
||||
{ "path": "../util" },
|
||||
{ "path": "../x-fetch" }
|
||||
]
|
||||
}
|
||||
@@ -11,6 +11,7 @@
|
||||
"references": [
|
||||
{ "path": "../x-bigint" },
|
||||
{ "path": "../x-global" },
|
||||
{ "path": "../x-randomvalues" },
|
||||
{ "path": "../x-textdecoder" },
|
||||
{ "path": "../x-textencoder" }
|
||||
]
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "..",
|
||||
"outDir": "./build",
|
||||
"rootDir": "./src",
|
||||
"emitDeclarationOnly": false,
|
||||
"noEmit": true
|
||||
},
|
||||
"include": [
|
||||
"**/*.spec.ts"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "../util" },
|
||||
{ "path": "../x-bigint" },
|
||||
{ "path": "../x-global" },
|
||||
{ "path": "../x-randomvalues" },
|
||||
{ "path": "../x-textdecoder" },
|
||||
{ "path": "../x-textencoder" }
|
||||
]
|
||||
}
|
||||
@@ -8,9 +8,7 @@
|
||||
{ "path": "./packages/hw-ledger-transports" },
|
||||
{ "path": "./packages/keyring" },
|
||||
{ "path": "./packages/networks" },
|
||||
{ "path": "./packages/networks/tsconfig.spec.json" },
|
||||
{ "path": "./packages/util" },
|
||||
{ "path": "./packages/util/tsconfig.spec.json" },
|
||||
{ "path": "./packages/util-crypto" },
|
||||
{ "path": "./packages/x-bigint" },
|
||||
{ "path": "./packages/x-bundle" },
|
||||
|
||||
10
yarn.lock
10
yarn.lock
@@ -1957,9 +1957,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev@npm:^0.64.15":
|
||||
version: 0.64.15
|
||||
resolution: "@polkadot/dev@npm:0.64.15"
|
||||
"@polkadot/dev@npm:^0.64.16":
|
||||
version: 0.64.16
|
||||
resolution: "@polkadot/dev@npm:0.64.16"
|
||||
dependencies:
|
||||
"@babel/cli": ^7.16.0
|
||||
"@babel/core": ^7.16.5
|
||||
@@ -2044,7 +2044,7 @@ __metadata:
|
||||
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
|
||||
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
|
||||
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
|
||||
checksum: 4f866be68acf54d36a7428e6a05d698b51d7db5409e64a72a59bae3f11794fb3a44639054fe06dc052533c8df4eec8a21ae70dd490310c31dfe1990437555a0c
|
||||
checksum: 1eded1c5c6a292286e73ca823903de8f6fbd6e42f01760c5708de7438cf6b363c8dd8795a15fcfb8badaac20640912245fed34d261ab88edd6e16f36d6a7ce42
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -9224,7 +9224,7 @@ resolve@^2.0.0-next.3:
|
||||
resolution: "root-workspace-0b6124@workspace:."
|
||||
dependencies:
|
||||
"@babel/core": ^7.16.5
|
||||
"@polkadot/dev": ^0.64.15
|
||||
"@polkadot/dev": ^0.64.16
|
||||
"@polkadot/ts": ^0.4.22
|
||||
"@types/jest": ^27.0.3
|
||||
languageName: unknown
|
||||
|
||||
Reference in New Issue
Block a user