Fix bug in deleting devices

This commit is contained in:
Andrew Nagy
2024-10-30 18:55:38 -07:00
parent fd0ba22c75
commit eb7867f687
3 changed files with 34 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["javascript"],
"html.validate.styles": false // accept templates inside HTML style attributes