Skip to content

Commit

Permalink
Merge pull request #21 from brunolm/feature/sort-imports-before-commit
Browse files Browse the repository at this point in the history
Fix tslint errors before commit
  • Loading branch information
brunolm authored Jun 22, 2018
2 parents acfa3c5 + fca4c53 commit da9a84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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

0 comments on commit da9a84a

Please sign in to comment.