aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant
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/instant
parentae64fc15e0f490078cc99c28993970ff5db945d0 (diff)
parente1306f55ed65278b18d05344cca1980af490e910 (diff)
downloaddexon-sol-tools-cc7321cb5b97ecb5dcd24134aeddc9cbdd1849d0.tar
dexon-sol-tools-cc7321cb5b97ecb5dcd24134aeddc9cbdd1849d0.tar.gz
dexon-sol-tools-cc7321cb5b97ecb5dcd24134aeddc9cbdd1849d0.tar.bz2
dexon-sol-tools-cc7321cb5b97ecb5dcd24134aeddc9cbdd1849d0.tar.lz
dexon-sol-tools-cc7321cb5b97ecb5dcd24134aeddc9cbdd1849d0.tar.xz
dexon-sol-tools-cc7321cb5b97ecb5dcd24134aeddc9cbdd1849d0.tar.zst
dexon-sol-tools-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/instant')
-rw-r--r--packages/instant/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/package.json b/packages/instant/package.json
index be85b5062..0329c3078 100644
--- a/packages/instant/package.json
+++ b/packages/instant/package.json
@@ -16,7 +16,7 @@
"build:ci": "yarn build",
"watch_without_deps": "tsc -w",
"dev": "webpack-dev-server --mode development",
- "lint": "tslint --project .",
+ "lint": "tslint --format stylish --project .",
"test": "jest",
"test:coverage": "jest --coverage",
"rebuild_and_test": "run-s clean build test",