1.0.1 • Published 4 years ago

@cactus-tech/eslint-config v1.0.1

Weekly downloads
13
License
ISC
Repository
-
Last release
4 years ago

@cactus-tech/eslint-config :cactus:

ESLint for the Cactus JavaScript style guide (ES6+ version)

Installation

$ npm install --save-dev eslint @cactus-tech/eslint-config

Usage

Once the @cactus-tech/eslint-config package is installed, you can use it by specifying @cactus-tech in the extends section of your ESLint configuration.

{
  "extends": "@cactus-tech",
  "rules": {
    // Additional, per-project rules...
  }
}