1.1.0 • Published 5 years ago

@heibanfe/eslint-config-react-heiban v1.1.0

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

eslint-config-react-heiban

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

Install

Linux/OSX users can run

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

Usage

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