@cactus-tech/eslint-config

ESLint recommended config for the Cactus JavaScript style guide

Usage no npm install needed!

<script type="module">
  import cactusTechEslintConfig from 'https://cdn.skypack.dev/@cactus-tech/eslint-config';
</script>

README

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