feat: started types || chore: disable eslint blocking commits

This commit is contained in:
2025-03-10 08:10:12 +01:00
parent c380172960
commit 7b86b11838
2 changed files with 3 additions and 4 deletions

5
.gitignore vendored
View File

@@ -8,9 +8,9 @@
# testing
/coverage
# production
/build
docs/
dist/
# misc
.DS_Store
@@ -36,4 +36,3 @@ yarn-error.log*
# idea files
.idea
docs/

View File

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