1.1.0 • Published 10 months ago

eslint-config-buildery-typescript v1.1.0

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

eslint-config-buildery-typescript

Shareable buildery typescript styleguide config for eslint.

Extends eslint-config-airbnb-typescript.

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-typescript --save-dev

Usage

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

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

MIT License