tslint-config-oneflow

oneflow specific tslint rules

Usage no npm install needed!

<script type="module">
  import tslintConfigOneflow from 'https://cdn.skypack.dev/tslint-config-oneflow';
</script>

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.

  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