1.1.1 • Published 5 years ago

@ezbuy/eslint-config-ezbuy v1.1.1

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

eslint-config-ezbuy

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

Install

Linux/OSX users can run

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

Usage

{
    "extends": "ezbuy"
}