New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

eslint-plugin-wdio

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-wdio

Eslint rules for WebdriverIO


Version published
Weekly downloads
122K
decreased by-10.06%
Maintainers
7
Weekly downloads
 
Created

eslint-plugin-wdio

ESLint rules for WebdriverIO

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-wdio:

$ npm install eslint-plugin-wdio --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-wdio globally.

This plugin export a recommended configuration that enforce good practices.

To enable this configuration use the extends property in your .eslintrc config file:

{
  "plugins": [
    "wdio"
  ],
  "extends": "plugin:wdio/recommended"
}

See ESLint documentation for more information about extending configuration files.

FAQs

Package last updated on 06 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts