Skip to content

Commit

Permalink
Merge #591
Browse files Browse the repository at this point in the history
591: Get eslint to fix files in precommit git hook r=D4nte a=D4nte

We need the hook to fix things when possible.

Co-authored-by: Franck Royer <franck@status.im>
  • Loading branch information
status-bors-ng[bot] and D4nte authored Mar 2, 2022
2 parents 58b8554 + 8029200 commit 6b0b71f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@
],
"lint-staged": {
"*.ts": [
"eslint",
"prettier --write"
"eslint --fix"
],
"*.{ts,json,conf.js}": [
"prettier --write"
Expand Down

0 comments on commit 6b0b71f

Please sign in to comment.