Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency
This commit is contained in:
parent
c3b4359e87
commit
67fbffc964
@ -20,7 +20,9 @@
|
|||||||
"url": "https://github.com/0xProject/0x-monorepo/issues"
|
"url": "https://github.com/0xProject/0x-monorepo/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/monorepo-scripts/README.md",
|
"homepage": "https://github.com/0xProject/0x-monorepo/packages/monorepo-scripts/README.md",
|
||||||
|
"comment": "// We purposefully use an older version of tslint-config here to avoid creating an import cycle",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@0xproject/tslint-config": "0.4.8",
|
||||||
"@types/glob": "^5.0.33",
|
"@types/glob": "^5.0.33",
|
||||||
"@types/node": "^8.0.53",
|
"@types/node": "^8.0.53",
|
||||||
"shx": "^0.2.2",
|
"shx": "^0.2.2",
|
||||||
|
3
packages/monorepo-scripts/tslint.json
Normal file
3
packages/monorepo-scripts/tslint.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"extends": ["@0xproject/tslint-config"]
|
||||||
|
}
|
@ -6,6 +6,13 @@
|
|||||||
version "0.3.9"
|
version "0.3.9"
|
||||||
resolved "https://registry.yarnpkg.com/8fold-marked/-/8fold-marked-0.3.9.tgz#bb89c645612f8ccfaffac1ca6e3c11f168c9cf59"
|
resolved "https://registry.yarnpkg.com/8fold-marked/-/8fold-marked-0.3.9.tgz#bb89c645612f8ccfaffac1ca6e3c11f168c9cf59"
|
||||||
|
|
||||||
|
"@0xproject/tslint-config@0.4.8":
|
||||||
|
version "0.4.8"
|
||||||
|
resolved "https://registry.yarnpkg.com/@0xproject/tslint-config/-/tslint-config-0.4.8.tgz#5a3dfb1fc94e17752184137b452c5b0b3287d822"
|
||||||
|
dependencies:
|
||||||
|
lodash "^4.17.4"
|
||||||
|
tslint-react "^3.2.0"
|
||||||
|
|
||||||
"@ledgerhq/hw-app-eth@^4.3.0":
|
"@ledgerhq/hw-app-eth@^4.3.0":
|
||||||
version "4.3.0"
|
version "4.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-app-eth/-/hw-app-eth-4.3.0.tgz#5f365a3560cd78e8cd711737ec56249390cbf5e5"
|
resolved "https://registry.yarnpkg.com/@ledgerhq/hw-app-eth/-/hw-app-eth-4.3.0.tgz#5f365a3560cd78e8cd711737ec56249390cbf5e5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user