@cactus-tech/eslint-config

1.0.1 • Public • Published

@cactus-tech/eslint-config 🌵

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

Package Sidebar

Install

npm i @cactus-tech/eslint-config

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

2.88 kB

Total Files

4

Last publish

Collaborators

  • cactus-devops