1.0.0 • Published 5 years ago

@flowio/tslint-config-flowio v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

NPM Version

tslint-config-flowio

A package that provides our tslint TypeScript linting rules as extensible shared config.

Installation

npm install @flowio/tslint-config-flowio --save-dev

Usage

Extend the config in a tslint.json file:

{
  "extends": "@flowio/tslint-config-flowio"
}

or in a tslint.yaml file:

extends: "@flowio/tslint-config-flowio"

Acknowledgement

A special thanks to:

  • Airbnb for sharing their extensive tslint rules.

License

MIT