5.19.0 • Published 7 days ago

@html-validate/eslint-config-protractor v5.19.0

Weekly downloads
146
License
MIT
Repository
gitlab
Last release
7 days ago

@html-validate/eslint-config

HTML-Validate ESLint shareable config.

Install

npm install --save-dev @html-validate/eslint-config

Usage

In your .eslintrc.json file:

{
  "extends": ["@html-validate"],

  "overrides": [
    {
      "files": "*.ts",
      "extends": ["@html-validate/typescript"]
    },
    {
      "files": "*.spec.[jt]s",
      "extends": ["@html-validate/jest"]
    }
  ]
}

CLI

To automatically write configuration use:

npx @html-validate/eslint-config --write

To check if configuration is up-to-date use:

npx @html-validate/eslint-config --check

The tool will autodetect support for:

  • AngularJS
  • Cypress
  • Jest
  • Protractor
  • Typescript
  • Vue

Use --enable-FEATURE or --disable-FEATURE to manually enable or disable.

5.19.0

7 days ago

5.18.0

14 days ago

5.17.0

21 days ago

5.16.0

1 month ago

5.15.0

2 months ago

5.14.0

2 months ago

5.13.0

3 months ago

5.11.9

6 months ago

5.11.8

6 months ago

5.12.0

5 months ago

5.11.0

8 months ago

5.10.0

10 months ago

5.11.11

5 months ago

5.11.10

6 months ago

5.11.12

5 months ago

5.6.0

1 year ago

5.9.0

1 year ago

5.8.0

1 year ago

5.7.0

1 year ago

5.5.0

2 years ago

5.4.0

2 years ago

5.3.0

2 years ago

5.2.0

2 years ago

5.1.0

2 years ago

5.0.0

2 years ago

4.4.0

3 years ago

4.1.0

3 years ago