Skip to content

Commit

Permalink
add to pre-commit hooks as well
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Jul 11, 2023
1 parent d610ecd commit 95a050e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"eslint --fix",
"prettier --write",
"prettier --write --ignore-file .eslintignore",
"jest --passWithNoTests",
"yarn lint-cspell"
],
"*.{md,html,json,css}": [
"prettier --write",
"prettier --write --ignore-file .eslintignore",
"yarn lint-cspell"
]
},
Expand Down

0 comments on commit 95a050e

Please sign in to comment.