fix: Prevent eslint from breaking format on save

This commit is contained in:
2026-03-26 11:06:00 -04:00
parent 87d2374b66
commit 0c93890536

View File

@@ -30,5 +30,6 @@
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.quickSuggestions": { "editor.quickSuggestions": {
"strings": "on" "strings": "on"
} },
"eslint.enable": false
} }