Skip to content

Fix tslint errors before commit #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Each Pull Request will contain explanation and steps taken to complete a feature
- [Add prettier config](https://github.com/brunolm/angular-how-to/pull/10)
- [Prettier git hook pre-commit](https://github.com/brunolm/angular-how-to/pull/18)
- [Running prettier on ts, tsx, scss, md](https://github.com/brunolm/angular-how-to/pull/20)
- [Sort imports, autofix tslint](https://github.com/brunolm/angular-how-to/pull/21)

### Upgrades

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"lint-staged": {
"*.{ts,tsx,scss,md}": [
"prettier --write",
"npm run lint angular-how-to -- --fix",
"git add"
]
},
Expand Down