0.0.9 • Published 4 years ago

@leo-tools/eslint-config-common v0.0.9

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

eslint-config-common

npm.io npm

Common ESLint shareable config

Installation

$ npm install --save-dev @leo-tools/eslint-config-common

Usage

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

{
  "extends": ["@leo-tools/eslint-config-common"],
  "rules": {
    // Additional, per-project rules...
  }
}