chore: Add --format stylish to tslint

This commit is contained in:
Alex Browne
2018-10-23 18:30:11 -07:00
parent 4a72dc6c6f
commit 2c04ee3f5e
34 changed files with 34 additions and 34 deletions

View File

@@ -17,7 +17,7 @@
"run_mocha": "mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js --bail --exit",
"test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",
"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
"lint": "tslint --project . --exclude **/src/contract_wrappers/**/*"
"lint": "tslint --format stylish --project ."
},
"license": "Apache-2.0",
"repository": {