Update package.json

This commit is contained in:
TomasMatarazzo
2024-04-22 16:19:00 -03:00
parent 8fa4ec7ad8
commit fc170d3033

View File

@@ -14,6 +14,7 @@
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"npm run lint-fix",
"npm run format"
]
},