[fix] Husky

This commit is contained in:
PauI Ostrovckij
2025-10-20 12:23:47 +03:00
parent e8fd664e0e
commit 64e9f702dc

View File

@ -1,4 +1,4 @@
module.exports = {
'*.js': ['eslint', 'prettier'],
'*.js': ['eslint --fix', 'prettier --write'],
'*.{json,md,html,css,yml,yaml}': []
};