mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-28 14:04:45 +08:00
fix(index-app-content): fix lint
This commit is contained in:
parent
4803912350
commit
261106131e
@ -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 {
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user