chore(): update to ionic-rules/strict

This commit is contained in:
Manu Mtz.-Almeida
2018-07-29 23:10:26 +02:00
parent 7292fc7d38
commit c1b61d0fee
148 changed files with 353 additions and 406 deletions

View File

@ -1,4 +1,5 @@
import { Component, Element, Event, EventEmitter, Method, Prop, QueueApi, State } from '@stencil/core';
import { GestureDetail, Mode } from '../../interface';
import { createThemedClasses } from '../../utils/theme';
@ -43,7 +44,6 @@ export class Refresher {
*/
@State() private state: RefresherState = RefresherState.Inactive;
@Element() el!: HTMLElement;
/**
@ -222,7 +222,6 @@ export class Refresher {
}
// prevent native scroll events
console.debug('preventDefault');
ev.preventDefault();
// the refresher is actively pulling at this point