@checkly/eslint-config

0.17.1 • Public • Published

@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.

Package Sidebar

Install

npm i @checkly/eslint-config

Weekly Downloads

703

Version

0.17.1

License

MIT

Unpacked Size

9.28 kB

Total Files

7

Last publish

Collaborators

  • pelzerim
  • manel-checkly
  • antoinecheckly
  • ferrandiaz
  • jan-osch
  • checkly-engineering
  • clample-checkly
  • kiroushi
  • maxigimenez
  • umut.uzgur
  • tnolet_checkly