Skip to content

Commit

Permalink
chore: add .ts to lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelschroederdev authored Jun 20, 2022
1 parent e87726a commit c8dee1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prettier": "^2.6.2"
},
"lint-staged": {
"*.{vue,js,css}": [
"*.{vue,js,css,ts}": [
"prettier --write",
"eslint"
],
Expand Down

0 comments on commit c8dee1c

Please sign in to comment.