@checkly/eslint-config

0.18.0 • 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.

/@checkly/eslint-config/

    Package Sidebar

    Install

    npm i @checkly/eslint-config

    Weekly Downloads

    967

    Version

    0.18.0

    License

    MIT

    Unpacked Size

    8.61 kB

    Total Files

    7

    Last publish

    Collaborators

    • kiroushi
    • maxigimenez
    • umut.uzgur
    • tnolet_checkly
    • checkly-engineering
    • clample-checkly
    • ferrandiaz
    • manel-checkly
    • megamaddin
    • antoinecheckly
    • pelzerim
    • danielpaulus_checkly
    • sbezludny