Skip to content

Commit

Permalink
add lint disabling for h import
Browse files Browse the repository at this point in the history
  • Loading branch information
austinoneil committed May 7, 2024
1 parent d2aac04 commit 6cba23c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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({
Expand Down

0 comments on commit 6cba23c

Please sign in to comment.