Skip to content

Commit 8c92687

Browse files
committed
adding in appium extension and dealing with a warning
1 parent c05602d commit 8c92687

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

eslint.config.mjs

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

33
import eslint from '@eslint/js';
4-
import tseslint from 'typescript-eslint';
4+
import { config, configs } from 'typescript-eslint';
5+
import appiumConfig from '@appium/eslint-config-appium-ts';
56

6-
export default tseslint.config(
7+
8+
export default config(
9+
...appiumConfig,
710
eslint.configs.recommended,
8-
tseslint.configs.recommended,
11+
configs.recommended,
912
);

0 commit comments

Comments
 (0)