0.0.6 • Published 1 year ago

@redac/eslint-config v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

My current ESLint configuration.

Installation

npm install -D eslint @redac/eslint-config

or

yarn add -D eslint @redac/eslint-config

Usage

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

In .eslintrc :

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