fix(index-app-content): fix lint

This commit is contained in:
Daniel 2018-09-17 15:48:57 +02:00
parent 4803912350
commit 261106131e
2 changed files with 12 additions and 9 deletions

View File

@ -1,5 +1,10 @@
import { Injectable } from '@angular/core';
import { Cordova, CordovaFunctionOverride, IonicNativePlugin, Plugin } from '@ionic-native/core';
import {
Cordova,
CordovaFunctionOverride,
IonicNativePlugin,
Plugin
} from '@ionic-native/core';
import { Observable } from 'rxjs';
export interface IndexItem {

View File

@ -16,9 +16,7 @@
"member-access": false,
"adjacent-overload-signatures": false,
"no-angle-bracket-type-assertion": false,
"space-within-parens": false,
"no-irregular-whitespace": false,
"no-duplicate-imports": false,
"no-constant-condition": false
}
}