0.18.0 • Published 11 months ago

@checkly/eslint-config v0.18.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@checkly/eslint-config

This repository contains shared eslint configurations based on eslint-config-standard for Checkly projects. Beware that it's opinionated and primarly intended for internal use.

Installation

First, install eslint and @checkly/eslint-config:

npm install --save-dev eslint @checkly/eslint-config

Afterwards, extend your eslint config to include checkly by adding the following to your package.json:

 ...
  "eslintConfig": {
    "extends": [
      "@checkly/eslint-config",
      "@checkly/eslint-config/node"
    ]
  },
  ...

Or, if you rather using .eslintrc:

{
    "extends": [
      "checkly",
      "checkly/node"
    ]
  }

This config comes in 2 flavors: node & vue that includes specific configs for the environment.

0.18.0

11 months ago

0.17.0

1 year ago

0.17.1

1 year ago

0.16.3

2 years ago

0.16.4

2 years ago

0.16.5

2 years ago

0.16.2

2 years ago

0.16.1

2 years ago

0.15.0

3 years ago

0.16.0

3 years ago

0.12.0

3 years ago

0.13.0

3 years ago

0.14.0

3 years ago

0.14.1

3 years ago

0.11.1

3 years ago

0.9.4

3 years ago

0.10.0

3 years ago

0.11.0

3 years ago

0.9.3

3 years ago

0.9.2

3 years ago

0.9.1

3 years ago

0.8.7

4 years ago

0.9.0

4 years ago

0.8.5

4 years ago

0.8.4

4 years ago

0.8.6

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.1

4 years ago

0.8.3

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.6

4 years ago

0.5.5

4 years ago