chore: run eslint on pre-commit hook

This commit is contained in:
Elliot DeNolf
2024-03-10 22:01:15 -04:00
parent 6e7c9cc6a3
commit 1f4b6001ef

View File

@@ -157,7 +157,8 @@
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write"
"prettier --write",
"eslint --cache --fix"
]
},
"dependencies": {