README
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.
npm install --save-dev tslint-config-oneflow
- 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