Actual feat: started typed code from previous commit

This commit is contained in:
2025-03-10 08:31:24 +01:00
parent 7b86b11838
commit 0053234730
2 changed files with 108 additions and 2 deletions

View File

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