0.0.2 • Published 3 years ago

eslint-plugin-tallinnjs-rules v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

eslint-plugin-tallinnjs-rules

Eslint plugin and rules for TallinnJS talk please check original repo for step-by-step guide.

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-tallinnjs-rules:

npm install eslint-plugin-tallinnjs-rules --save-dev

Usage

Add tallinnjs-rules to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "tallinnjs-rules"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "tallinnjs-rules/playwright-allure-story": 2
    }
}

Supported Rules

  • playwright-allure-story - Every Playwright test should have Allure story annotaion