1.1.0 • Published 10 months ago

eslint-config-buildery v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

eslint-config-buildery

Shareable buildery styleguide config for eslint.

Extends eslint-config-airbnb.

A shareable config to enforce buildery styleguide: https://github.com/buildery-it/styleguide

To see the rules that this config uses, please read the config itself.

Installation

npm install eslint-config-buildery --save-dev

Usage

If you've installed eslint-config-buildery locally within your project, just set your eslint config to:

{
  "extends": "eslint-config-buildery"
}

MIT License