lint(): fix lint issues with feature-6.1

This commit is contained in:
Liam DeBeasi
2022-04-04 19:37:12 +00:00
parent cb341167c3
commit d737f7074d
19 changed files with 60 additions and 66 deletions

View File

@ -1,6 +1,6 @@
import { printIonError } from '@utils/logging';
import type { ComponentInterface, EventEmitter } from '@stencil/core';
import { Component, Element, Event, Host, Method, Prop, State, Watch, h, writeTask } from '@stencil/core';
import { printIonError } from '@utils/logging';
import { caretDownSharp, caretUpSharp, chevronBack, chevronDown, chevronForward } from 'ionicons/icons';
import { getIonMode } from '../../global/ionic-global';