Skip to content

Commit 65cc86e

Browse files
Fix linting
Co-authored-by: SrinivasanTarget <srinivasan.sekar1990@gmail.com>
1 parent 965e4ba commit 65cc86e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/commands/battery.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default {
1313
let batteryInfoFromShimService;
1414
if (isIos18OrNewer(this.opts)) {
1515
// TODO: Remove this once we publish the appium-ios-remotexpc package to npm
16+
/* eslint-disable import/no-unresolved */
1617
// @ts-expect-error
1718
const {Services} = await import('appium-ios-remotexpc');
1819
const diagService = await Services.startDiagnosticsService(this.device.udid);

lib/commands/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type B from 'bluebird';
33
import type {EventEmitter} from 'node:events';
44
import type {LiteralUnion, SetOptional, SetRequired} from 'type-fest';
55
import type {Page} from '../types';
6-
import type {AuthorizationStatus, BatteryState, ThermalState} from './enum';
6+
import type {AuthorizationStatus, ThermalState} from './enum';
77

88
export type Direction = 'up' | 'down' | 'left' | 'right';
99

0 commit comments

Comments
 (0)