Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency

This commit is contained in:
Fabio Berger
2018-03-13 16:55:35 +01:00
parent c3b4359e87
commit 67fbffc964
3 changed files with 12 additions and 0 deletions

View File

@@ -20,7 +20,9 @@
"url": "https://github.com/0xProject/0x-monorepo/issues"
},
"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": {
"@0xproject/tslint-config": "0.4.8",
"@types/glob": "^5.0.33",
"@types/node": "^8.0.53",
"shx": "^0.2.2",

View File

@@ -0,0 +1,3 @@
{
"extends": ["@0xproject/tslint-config"]
}