1.0.2 • Published 6 years ago

eslint-config-brewboy v1.0.2

Weekly downloads
10
License
SEE LICENSE IN LI...
Repository
github
Last release
6 years ago

eslint-config-brewboy

npm downloads

Usage

  1. Add this as a dev dependency to your package.json

    npm install --save-dev eslint-config-brewboy
  2. Add ableat to your eslint configuration file

    .eslintrc

    {
        "extends": [
            "brewboy"
        ]
    }

    .eslintrc.yml

    extends:
      - brewboy
  3. (OPTIONAL) If you're using an editor like Atom or VSCode, you can install this configuration globally

    npm install -g eslint-config-brewboy