[IMP] tooling: add eslint ci step to avoid stray .only and debugger

This commit is contained in:
Samuel Degueldre
2023-01-11 14:10:39 +01:00
committed by Géry Debongnie
parent 3d40533de1
commit 2a008a8679
8 changed files with 5768 additions and 13 deletions
+1
View File
@@ -317,6 +317,7 @@ export class ComponentNode<P extends Props = any, E = any> implements VNode<Comp
}
_patch() {
let hasChildren = false;
// eslint-disable-next-line @typescript-eslint/no-unused-vars
for (let _k in this.children) {
hasChildren = true;
break;