Skip to content

qawolf/eslint-plugin

 
 

Repository files navigation

QA Wolf eslint plugin and configuration

Use this in your project:

  1. Install the plugin and ESLint:

    npm install --save-dev @qawolf/eslint-plugin eslint@8
  2. Create an .eslintrc.js file:

    module.exports = {
      extends: ["plugin:@qawolf/main"],
      plugins: ["@qawolf"],
    };
  3. Add linting scripts to your package.json:

    {
      "scripts": {
        "lint": "eslint .",
        "lint:thorough": "THOROUGH_LINT=true eslint ."
      }
    }

    You probably want to run the thorough one in CI.


QA Wolf is a hybrid platform & service that helps software teams ship better software faster by taking QA completely off their plate.

QA Wolf logo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published