1.1.0 • Published 2 months ago

eslint-config-entva-typescript v1.1.0

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

eslint-config-entva-typescript

Shareable entva typescript styleguide config for eslint.

Extends eslint-config-airbnb-typescript.

A shareable config to enforce entva styleguide: https://github.com/entva/styleguide

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

Installation

npm install eslint-config-entva-typescript --save-dev

Usage

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

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

MIT License