fix: eslint ext

This commit is contained in:
AzizbekFayziyev 2026-01-17 19:11:18 +05:00
parent 9248b9cef9
commit 8bbe44d2cf

View file

@ -17,7 +17,7 @@
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix --config .eslintrc.json"
"eslint --fix --config .eslintrc.cjs"
]
},
"dependencies": {