[fix] Remove code autoformatting

This commit is contained in:
PauI Ostrovckij
2025-10-23 20:51:46 +03:00
parent c4a3613182
commit b95cb3d432

View File

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