eslint-config-checkly

0.5.3 • Public • Published

eslint-config-checkly

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 eslint-config-checkly:

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

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

 ...
  "eslintConfig": {
    "extends": [
      "checkly",
      "checkly/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.

Package Sidebar

Install

npm i eslint-config-checkly

Weekly Downloads

49

Version

0.5.3

License

MIT

Unpacked Size

4.77 kB

Total Files

5

Last publish

Collaborators

  • bi
  • maxigimenez
  • tnolet
  • jan-osch
  • checklyci