Skip to content

Commit 2e08f8d

Browse files
committed
fix: update ESLint config
1 parent a4a1fa2 commit 2e08f8d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

eslint.config.mjs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
// @ts-check
22

3+
import { defineConfig } from 'eslint/config';
34
import eslint from '@eslint/js';
4-
import { config, configs } from 'typescript-eslint';
55
import appiumConfig from '@appium/eslint-config-appium-ts';
66

77

8-
export default config(
9-
...appiumConfig,
8+
export default defineConfig(
109
eslint.configs.recommended,
11-
configs.recommended,
10+
...appiumConfig,
1211
);

0 commit comments

Comments
 (0)