1.0.16 • Published 4 years ago

@heibanfe/eslint-config-heiban v1.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

eslint-config-heiban

This is the heiban's .eslintrc config, based on airbnb.

Install

Linux/OSX users can run

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

Usage

{
    "extends": "@heibanfe/eslint-config-heiban"
}