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

@@ -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"
},