chore: update lint-staged config
This commit is contained in:
parent
9e6c75502a
commit
2e427fc1cc
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@
|
|||
"vitest": "^2.1.8"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,mjs,ts}": [
|
||||
"prettier --write",
|
||||
"eslint --fix"
|
||||
"*.{js,ts,mjs,cjs,json,.*rc}": [
|
||||
"npx prettier --write",
|
||||
"npx eslint --fix"
|
||||
],
|
||||
"*.json": [
|
||||
"prettier --write"
|
||||
|
|
Loading…
Reference in a new issue