chore: add eslint on save

This commit is contained in:
Razboy20
2024-02-17 12:24:46 -06:00
committed by doprz
parent 9aa78a02a5
commit 4375118cd9
2 changed files with 5 additions and 1 deletions

View File

@@ -73,6 +73,7 @@
"ignoreReadBeforeAssign": false
}
],
"no-plusplus": "off",
"no-inner-declarations": "off",
"sort-imports": "off",
"no-case-declarations": "off",