aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-10-27 04:34:21 +0800
committerGitHub <noreply@github.com>2018-10-27 04:34:21 +0800
commitcc7321cb5b97ecb5dcd24134aeddc9cbdd1849d0 (patch)
tree5750f2eed28ef186867fe8554d8cfb895450acc3 /packages/sol-cov
parentae64fc15e0f490078cc99c28993970ff5db945d0 (diff)
parente1306f55ed65278b18d05344cca1980af490e910 (diff)
downloaddexon-0x-contracts-cc7321cb5b97ecb5dcd24134aeddc9cbdd1849d0.tar.gz
dexon-0x-contracts-cc7321cb5b97ecb5dcd24134aeddc9cbdd1849d0.tar.zst
dexon-0x-contracts-cc7321cb5b97ecb5dcd24134aeddc9cbdd1849d0.zip
Merge pull request #1178 from 0xProject/fix/linter-improvements
Add --format stylish to tslint and fix linter errors in contract-wrappers.
Diffstat (limited to 'packages/sol-cov')
-rw-r--r--packages/sol-cov/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json
index a56713d69..09119321d 100644
--- a/packages/sol-cov/package.json
+++ b/packages/sol-cov/package.json
@@ -11,7 +11,7 @@
"build": "yarn pre_build && tsc -b",
"build:ci": "yarn build",
"pre_build": "run-s copy_test_fixtures",
- "lint": "tslint --project .",
+ "lint": "tslint --format stylish --project .",
"test": "run-s compile_test run_mocha",
"rebuild_and_test": "run-s clean build test",
"test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",