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.
npm install eslint-config-buildery-typescript --save-dev
If you've installed eslint-config-buildery-typescript
locally within your project, just set your eslint
config to:
{
"extends": "eslint-config-buildery-typescript"
}