aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-doc
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-10-24 09:30:11 +0800
committerAlex Browne <stephenalexbrowne@gmail.com>2018-10-24 09:30:11 +0800
commit2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7 (patch)
treef1cc7efb7f5cd79f1968c3d66cc2d372f9143715 /packages/sol-doc
parent4a72dc6c6f0825232d61e470f5b7975aec2e5c0e (diff)
downloaddexon-0x-contracts-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.tar
dexon-0x-contracts-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.tar.gz
dexon-0x-contracts-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.tar.bz2
dexon-0x-contracts-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.tar.lz
dexon-0x-contracts-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.tar.xz
dexon-0x-contracts-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.tar.zst
dexon-0x-contracts-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.zip
chore: Add --format stylish to tslint
Diffstat (limited to 'packages/sol-doc')
-rw-r--r--packages/sol-doc/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sol-doc/package.json b/packages/sol-doc/package.json
index de10b9e17..b1e887fa5 100644
--- a/packages/sol-doc/package.json
+++ b/packages/sol-doc/package.json
@@ -11,7 +11,7 @@
"test:circleci": "yarn test:coverage",
"test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",
"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
- "lint": "tslint --project . --format stylish",
+ "lint": "tslint --format stylish --project .",
"clean": "shx rm -rf lib",
"generate-v1-protocol-docs": "(cd ../contracts/src/1.0.0; node ../../../../node_modules/.bin/sol-doc --contracts-dir . --contracts Exchange/Exchange_v1.sol TokenRegistry/TokenRegistry.sol TokenTransferProxy/TokenTransferProxy_v1.sol) > v1.0.0.json",
"generate-v2-protocol-docs": "(cd ../contracts/src/2.0.0; node ../../../../node_modules/.bin/sol-doc --contracts-dir . --contracts Exchange/Exchange.sol AssetProxy/ERC20Proxy.sol AssetProxy/ERC721Proxy.sol OrderValidator/OrderValidator.sol Forwarder/Forwarder.sol AssetProxyOwner/AssetProxyOwner.sol) > v2.0.0.json",