Socket
Socket
Sign inDemoInstall

@cgnal/eslint-config

Package Overview
Dependencies
215
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cgnal/eslint-config

Linting rules for CGnal's JavaScript projects.


Version published
Weekly downloads
3
Maintainers
1
Created
Weekly downloads
 

Readme

Source

CGnal ESLint rules

NPM version Build Status

Linting rules for CGnal's JavaScript projects.

Installation

npm install @cgnal/eslint-config --save-dev

The package requires the following peer dependencies:

Usage

Add the rulesets you want in the extends section of your ESLint configuration file.

e.g. to use both JS and React's rules:

// ...

extends: [
    "@cgnal/eslint-config/js",
    "@cgnal/eslint-config/react"
]

// ...

npm scripts

  • npm run bump updates version number using an interactive shell
  • npm run check validates all rules and performs the linting check
  • npm run check-js validates JS rules
  • npm run check-react validates React rules
  • npm run check-rules validates all rules
  • npm run lint performs the linting check

Keywords

FAQs

Last updated on 24 Mar 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