mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-17 19:43:57 +00:00
Fix bug in deleting devices
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user