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/migrations | |
parent | 4a72dc6c6f0825232d61e470f5b7975aec2e5c0e (diff) | |
download | dexon-0x-contracts-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.tar.gz dexon-0x-contracts-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.tar.zst dexon-0x-contracts-2c04ee3f5e4438f9ae51944e7ea6bd6b501317a7.zip |
chore: Add --format stylish to tslint
Diffstat (limited to 'packages/migrations')
-rw-r--r-- | packages/migrations/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/migrations/package.json b/packages/migrations/package.json index 353697bfc..b610d3c6a 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -11,7 +11,7 @@ "build": "tsc -b", "build:ci": "yarn build", "clean": "shx rm -rf lib", - "lint": "tslint --project .", + "lint": "tslint --format stylish --project .", "migrate:v2": "run-s build script:migrate:v2", "script:migrate:v2": "node ./lib/migrate.js --contracts-version 2.0.0" }, |