4.0.0 • Published 1 year ago

@hibanka/eslint-config v4.0.0

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

@hibanka/eslint-config

NPM Version Minimum Node.js Version

Node.js shared config for ESLint

Installation

npm install --save-dev eslint @hibanka/eslint-config

Usage

You can use config by extending it in your .eslintrc.json:

{
  "extends": "@hibanka/eslint-config"
}