Socket
Socket
Sign inDemoInstall

@checkly/eslint-config

Package Overview
Dependencies
252
Maintainers
10
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @checkly/eslint-config

Shared eslint configuration for Checkly projects


Version published
Weekly downloads
163
decreased by-43.79%
Maintainers
10
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 01 Feb 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc