Skip to content

Commit

Permalink
build: lint-staged change commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dlukanin committed Sep 30, 2021
1 parent 35a76a8 commit 8dd5964
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
"fluent-ffmpeg": "^2.1.2"
},
"lint-staged": {
"*.ts": [
"eslint --fix"
],
"*.js": "eslint --cache --fix"
}
}

0 comments on commit 8dd5964

Please sign in to comment.