ci(lint): ensure linted results are pushed for build to pass (#25196)

This commit is contained in:
Liam DeBeasi
2022-04-26 22:43:20 +05:45
committed by GitHub
parent 70d278414e
commit b259ca6a1f
7 changed files with 11 additions and 14 deletions

View File

@ -1,7 +1,6 @@
import type { ComponentInterface, EventEmitter } from '@stencil/core';
import { Component, Element, Event, Host, Method, Prop, State, Watch, h, readTask, writeTask } from '@stencil/core';
import { getIonMode } from '../../global/ionic-global';
import type { Animation, Gesture, GestureDetail, RefresherEventDetail } from '../../interface';
import { getTimeGivenProgression } from '../../utils/animation/cubic-bezier';