chore: update lint-staged config

This commit is contained in:
Ayo Ayco 2025-03-15 20:00:51 +01:00
parent 9e6c75502a
commit 2e427fc1cc

View file

@ -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"