diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-11-13 09:36:33 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-06 19:04:25 +0800 |
commit | b818a62d745b2e91a8808ded9bac279d2dbf8a7e (patch) | |
tree | da2a095d1ee14ea7e1226de8911a5c323229be07 /packages/pipeline/package.json | |
parent | e69cdfb7b5b0b4c7517d5439d45888702c6a1b71 (diff) | |
download | dexon-0x-contracts-b818a62d745b2e91a8808ded9bac279d2dbf8a7e.tar.gz dexon-0x-contracts-b818a62d745b2e91a8808ded9bac279d2dbf8a7e.tar.zst dexon-0x-contracts-b818a62d745b2e91a8808ded9bac279d2dbf8a7e.zip |
Configure linter with --format stylish and fix linter errors
Diffstat (limited to 'packages/pipeline/package.json')
-rw-r--r-- | packages/pipeline/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pipeline/package.json b/packages/pipeline/package.json index 367296e05..59cf24dc6 100644 --- a/packages/pipeline/package.json +++ b/packages/pipeline/package.json @@ -13,7 +13,7 @@ "test:coverage": "nyc npm run test --all && yarn coverage:report:lcov", "coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info", "clean": "shx rm -rf lib", - "lint": "tslint --project .", + "lint": "tslint --project . --format stylish --exclude ./migrations", "migrate:run": "yarn typeorm migration:run --config ./lib/src/ormconfig", "migrate:revert": "yarn typeorm migration:revert --config ./lib/src/ormconfig", "migrate:create": "yarn typeorm migration:create --config ./lib/src/ormconfig --dir migrations" |