@kentayamada-dev/eslint-config-base

1.0.4 • Public • Published

ESLint shareable config

CI npm version install size

Installation

$ npm install --save-dev eslint @kentayamada-dev/eslint-config-base

Usage

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

{
  "extends": "@kentayamada-dev/eslint-config-base",
  "rules": {
    // Additional, per-project rules...
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @kentayamada-dev/eslint-config-base

Weekly Downloads

9

Version

1.0.4

License

MIT

Unpacked Size

5.91 kB

Total Files

8

Last publish

Collaborators

  • kentayamada-dev