Skip to content

Commit da9a84a

Browse files
authored
Merge pull request #21 from brunolm/feature/sort-imports-before-commit
Fix tslint errors before commit
2 parents acfa3c5 + fca4c53 commit da9a84a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Each Pull Request will contain explanation and steps taken to complete a feature
1515
- [Add prettier config](https://github.com/brunolm/angular-how-to/pull/10)
1616
- [Prettier git hook pre-commit](https://github.com/brunolm/angular-how-to/pull/18)
1717
- [Running prettier on ts, tsx, scss, md](https://github.com/brunolm/angular-how-to/pull/20)
18+
- [Sort imports, autofix tslint](https://github.com/brunolm/angular-how-to/pull/21)
1819

1920
### Upgrades
2021

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"lint-staged": {
2323
"*.{ts,tsx,scss,md}": [
2424
"prettier --write",
25+
"npm run lint angular-how-to -- --fix",
2526
"git add"
2627
]
2728
},

0 commit comments

Comments
 (0)