1.0.2 • Published 5 years ago

tslint-config-oneflow v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

tslint-config-oneflow

This package provides oneflow's .tslint.json as an extensible shared config.

Usage

We've created the following configuration and rule sets:

tslint-config-oneflow

Our default export contains all of our TSLint rules.

  1. npm install --save-dev tslint-config-oneflow
  2. add "extends": "oneflow" to your .tslint.json

Publishing

To publish a new version of this repo simply push a new release tag to the master branch on github:

git tag vX.Y.Z
git push --tags
1.0.2

5 years ago

1.0.0

5 years ago