diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-27 04:34:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-27 04:34:21 +0800 |
commit | cc7321cb5b97ecb5dcd24134aeddc9cbdd1849d0 (patch) | |
tree | 5750f2eed28ef186867fe8554d8cfb895450acc3 /packages/json-schemas/package.json | |
parent | ae64fc15e0f490078cc99c28993970ff5db945d0 (diff) | |
parent | e1306f55ed65278b18d05344cca1980af490e910 (diff) | |
download | dexon-sol-tools-cc7321cb5b97ecb5dcd24134aeddc9cbdd1849d0.tar.gz 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/json-schemas/package.json')
-rw-r--r-- | packages/json-schemas/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/json-schemas/package.json b/packages/json-schemas/package.json index 97cf607c1..57715c601 100644 --- a/packages/json-schemas/package.json +++ b/packages/json-schemas/package.json @@ -10,7 +10,7 @@ "scripts": { "build": "tsc -b", "build:ci": "yarn build", - "lint": "tslint --project . --exclude **/schemas/**/*", + "lint": "tslint --format stylish --project . --exclude **/schemas/**/*", "test": "yarn run_mocha", "rebuild_and_test": "run-s clean build test", "test:coverage": "nyc npm run test --all && yarn coverage:report:lcov", |