eslint-config-entva-typescript-base
v1.1.1
Published
Shareable typescript styleguide config for eslint
Downloads
95
Maintainers
Readme
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"
}