Skip to content

kaizenplatform/eslint-config-kaizen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

eslint-config-kaizen

ESLint shareable config for Kaizen Platform

Installation

  1. This config is based on eslint-config-airbnb. Install eslint-config-airbnb and its dependencies first by the following command:

With npm:

(
  export PKG=eslint-config-airbnb;
  npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)

With yarn:

(
  export PKG=eslint-config-airbnb;
  npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add --dev "$PKG@latest"
)
  1. Then, install eslint-config-kaizen
# npm
$ npm install --save-dev kaizenplatform/eslint-config-kaizen

# yarn
$ yarn add --dev kaizenplatform/eslint-config-kaizen

Usage

Add "extends": "kaizen" to your .eslintrc

{
  "extends": "kaizen"
}

License

Code released under the MIT license.

About

🔧 ESLint shareable config for Kaizen Platform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published