Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@checkly/eslint-config

Package Overview
Dependencies
14
Maintainers
10
Versions
26
Issues
File Explorer

Advanced tools

@checkly/eslint-config

Shared eslint configuration for Checkly projects

    0.16.0latest
    GitHub

Version published
Maintainers
10
Weekly downloads
670
increased by6.86%

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 installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • 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