Skip to content

kentayamada-dev/eslint-config-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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