diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-24 09:30:11 +0800 |
---|---|---|
committer | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-24 09:30:11 +0800 |
commit | 2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7 (patch) | |
tree | f1cc7efb7f5cd79f1968c3d66cc2d372f9143715 /packages/0x.js | |
parent | 4a72dc6c6f0825232d61e470f5b7975aec2e5c0e (diff) | |
download | dexon-sol-tools-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.tar dexon-sol-tools-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.tar.gz dexon-sol-tools-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.tar.bz2 dexon-sol-tools-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.tar.lz dexon-sol-tools-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.tar.xz dexon-sol-tools-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.tar.zst dexon-sol-tools-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.zip |
chore: Add --format stylish to tslint
Diffstat (limited to 'packages/0x.js')
-rw-r--r-- | packages/0x.js/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index 56999d3e5..bfc29128c 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -18,7 +18,7 @@ "build": "yarn build:all", "build:ci": "yarn build:commonjs", "build:all": "run-p build:umd:prod build:commonjs", - "lint": "tslint --project . --exclude **/src/generated_contract_wrappers/**/*", + "lint": "tslint --format stylish --project .", "test:circleci": "run-s test:coverage", "rebuild_and_test": "run-s build test", "test:coverage": "nyc npm run test --all && yarn coverage:report:lcov", |