[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 -2
View File
@@ -1,6 +1,5 @@
import { App, Component, mount, onMounted, useRef, useState } from "../../src/index";
import { App, Component, mount, onMounted, useRef, useState, xml } from "../../src/index";
import { logStep, makeTestFixture, nextAppError, nextTick, snapshotEverything } from "../helpers";
import { xml } from "../../src/index";
snapshotEverything();
let fixture: HTMLElement;