Skip to content

The public eslint configuration for brewboy

License

Notifications You must be signed in to change notification settings

BinaryBeard/eslint-config-brewboy

Repository files navigation

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

About

The public eslint configuration for brewboy

Resources

License

Stars

Watchers

Forks

Packages

No packages published