Fix: make linting actually system agnositc

This commit is contained in:
2025-03-10 18:19:15 +01:00
parent 1148b97f48
commit 53049333f9

View File

@@ -52,7 +52,7 @@
}, },
"private": true, "private": true,
"lint-staged": { "lint-staged": {
"*.{js,ts,jsx,tsx}": "cmd /c eslint --cache --fix . || exit 0", "*.{js,ts,jsx,tsx}": "eslint --cache --fix . || true",
"*.{js,ts,jsx,tsx,json,css,md}": "prettier --write" "*.{js,ts,jsx,tsx,json,css,md}": "prettier --write"
}, },
"dependencies": { "dependencies": {