Skip to content

Commit

Permalink
chore(lint): resolve lint-staged deprecation warning (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltoken committed Apr 14, 2020
1 parent 9ddef3e commit daf35af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,7 @@
"xml2js": "^0.4.23"
},
"lint-staged": {
"*.{ts,tsx}": [
"tslint --fix",
"git add"
]
"*.{ts,tsx}": "tslint --fix"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit daf35af

Please sign in to comment.