lint: always warn on console/debugger

This commit is contained in:
Thomas Amland
2020-08-11 18:54:23 +02:00
parent 24ed0d9ea9
commit e12c1f8d33
5 changed files with 3 additions and 8 deletions
-1
View File
@@ -118,7 +118,6 @@
})
},
dragstart(id: string, event: any) {
console.log('dragstart: ' + id)
event.dataTransfer.setData('id', id)
},
}