1.0.7 • Published 5 years ago

eslint-config-oneflow v1.0.7

Weekly downloads
247
License
ISC
Repository
github
Last release
5 years ago

eslint-config-oneflow

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

Usage

We've created the following configuration and rule sets:

eslint-config-oneflow

Our default export contains all of our ESLint rules.

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

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