Skip to content

qawolf/eslint-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 12, 2024
f1b7eeb · Dec 12, 2024

History

38 Commits
Nov 20, 2024
Nov 20, 2024
Dec 12, 2024
Nov 20, 2024
Nov 20, 2024
Nov 20, 2024
Nov 20, 2024
Dec 10, 2024
Nov 27, 2024
Nov 20, 2024
Nov 20, 2024
Dec 12, 2024
Dec 12, 2024
Nov 20, 2024

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