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" "vitest": "^2.1.8"
}, },
"lint-staged": { "lint-staged": {
"*.{js,mjs,ts}": [ "*.{js,ts,mjs,cjs,json,.*rc}": [
"prettier --write", "npx prettier --write",
"eslint --fix" "npx eslint --fix"
], ],
"*.json": [ "*.json": [
"prettier --write" "prettier --write"