@wdio/eslint
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

WebdriverIO ESLint Configuration

ESLint configurations for WebdriverIO projects

This package is meant for internal usage only within the WebdriverIO ecosystem. However if you find this package useful, feel free to use it.

Install

This package can be installed via:

npm i --save-dev @wdio/eslint

Setup

Create a eslint.config.mjs file in the root of your repository, containing the following:

import wdioEslint from '@wdio/eslint'

export default wdioEslint.config(
    [
        // your custom project configuration
    ]
);

For more information on WebdriverIO see the homepage.

Readme

Keywords

Package Sidebar

Install

npm i @wdio/eslint

Weekly Downloads

466

Version

0.0.5

License

MIT

Unpacked Size

6.42 kB

Total Files

4

Last publish

Collaborators

  • christian-bromann
  • wdio-user
  • wswebcreation-nl