Skip to content

Commit d68ba69

Browse files
committed
chore: resolve lint errors
1 parent 1a5ab56 commit d68ba69

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

example/src/global/app.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import '@ionic/core';
22
// import { setupConfig } from '@ionic/core';
33

4-
export default () => {
5-
// setupConfig({
6-
// mode: 'ios'
7-
// });
8-
};
4+
// export default () => {
5+
// setupConfig({
6+
// mode: 'ios'
7+
// });
8+
// };

example/src/helpers/utils.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

example/stencil.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Config } from '@stencil/core';
1+
import type { Config } from '@stencil/core';
22

33
// https://stenciljs.com/docs/config
44

src/web.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { WebPlugin } from '@capacitor/core';
2-
import { AppIconPlugin } from './definitions';
2+
3+
import type { AppIconPlugin } from './definitions';
34

45
export class AppIconWeb extends WebPlugin implements AppIconPlugin {
56
isSupported(): Promise<{value: boolean}> {

0 commit comments

Comments
 (0)