From 6cba23c5534a04baa2c123b3f9cef24ad82665ba Mon Sep 17 00:00:00 2001 From: Austin O'Neil Date: Mon, 6 May 2024 17:40:26 -0700 Subject: [PATCH] add lint disabling for `h` import --- stencil-workspace/src/components/modus-switch/modus-switch.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/stencil-workspace/src/components/modus-switch/modus-switch.tsx b/stencil-workspace/src/components/modus-switch/modus-switch.tsx index 767576ab7..92bb345dd 100644 --- a/stencil-workspace/src/components/modus-switch/modus-switch.tsx +++ b/stencil-workspace/src/components/modus-switch/modus-switch.tsx @@ -1,5 +1,6 @@ // eslint-disable-next-line import { generateElementId } from '../../utils/utils'; +// eslint-disable-next-line import { Component, Prop, h, Event, EventEmitter, Listen } from '@stencil/core'; @Component({