aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/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/sol-compiler/package.json
parent4a72dc6c6f0825232d61e470f5b7975aec2e5c0e (diff)
downloaddexon-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/sol-compiler/package.json')
-rw-r--r--packages/sol-compiler/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json
index 4c4370b1f..17ccb50b8 100644
--- a/packages/sol-compiler/package.json
+++ b/packages/sol-compiler/package.json
@@ -19,7 +19,7 @@
"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
"clean": "shx rm -rf lib generated_docs",
"migrate": "npm run build; node lib/src/cli.js migrate",
- "lint": "tslint --project .",
+ "lint": "tslint --format stylish --project .",
"test:circleci": "yarn test:coverage",
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES"
},