Add tslint-config sub-package

This commit is contained in:
Fabio Berger
2017-11-13 20:57:26 -05:00
parent 49898525af
commit 2b806455a5
6 changed files with 123 additions and 11 deletions

View File

@@ -76,19 +76,18 @@
"sinon": "^4.0.0",
"source-map-support": "^0.5.0",
"truffle-hdwallet-provider": "^0.0.3",
"tslint": "~5.5.0",
"tslint-config-0xproject": "^0.0.2",
"typedoc": "~0.8.0",
"types-bn": "^0.0.1",
"types-ethereumjs-util": "0xProject/types-ethereumjs-util",
"typescript": "~2.6.1",
"web3-provider-engine": "^13.0.1",
"web3-typescript-typings": "^0.7.1",
"webpack": "^3.1.0"
"webpack": "^3.1.0",
"@0xproject/tslint-config": "0.0.2"
},
"dependencies": {
"@0xproject/assert": "0.0.3",
"0x-json-schemas": "^0.6.1",
"@0xproject/assert": "0.0.3",
"bignumber.js": "~4.1.0",
"compare-versions": "^3.0.1",
"es6-promisify": "^5.0.0",
@@ -99,7 +98,9 @@
"js-sha3": "^0.6.1",
"lodash": "^4.17.4",
"publish-release": "^1.3.3",
"tslint": "5.8.0",
"uuid": "^3.1.0",
"web3": "^0.20.0"
"web3": "^0.20.0",
"bn.js": "4.11.8"
}
}

View File

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