fixes npm

This commit is contained in:
CanbiZ
2025-04-01 14:45:13 +02:00
parent ced939e684
commit 3b983bed30
2 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,6 @@
"files.insertFinalNewline": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
}
}