aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages/package.json
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/dev-tools-pages/package.json
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/dev-tools-pages/package.json')
-rw-r--r--packages/dev-tools-pages/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dev-tools-pages/package.json b/packages/dev-tools-pages/package.json
index 3563b4bef..ca13c1cc8 100644
--- a/packages/dev-tools-pages/package.json
+++ b/packages/dev-tools-pages/package.json
@@ -11,7 +11,7 @@
"build:ci": "yarn build",
"build:dev": "../../node_modules/.bin/webpack --mode development",
"clean": "shx rm -f public/bundle*",
- "lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
+ "lint": "tslint --format stylish --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
"dev": "webpack-dev-server --mode development --content-base public"
},
"license": "Apache-2.0",