Skip to content

Commit

Permalink
Apdate lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangechen committed Jan 9, 2023
1 parent 5646a53 commit 1bfbc98
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{js,json}": [
"prettier --write"
],
"*.ts?(x)": [
"eslint",
"prettier --parser=typescript --write"
"*": [
"prettier --write ."
]
},
"workspaces": [
Expand Down

0 comments on commit 1bfbc98

Please sign in to comment.