webdriverio-community / wdio-electron-service

WebdriverIO service for testing Electron applications
https://webdriver.io
MIT License
32 stars 14 forks source link

Update linting #624

Open goosewobbler opened 1 month ago

goosewobbler commented 1 month ago

We need to address the issue fixed by https://github.com/webdriverio-community/wdio-electron-service/pull/578.

Updating the linting to use un-ts/eslint-plugin-import-x@master/docs/rules/no-extraneous-dependencies.md should cover it.

Additionally, ESLint v9 has been released and once the new version of @typescript-eslint is out we should be good to upgrade. Prior art: #598