Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Contains oneflow specific eslint rules. Based on eslint-config-airbnb.

License

Notifications You must be signed in to change notification settings

oneflow/eslint-config-oneflow

Repository files navigation

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

Remember to manually bump the version in package.json and package-lock.json beforehand!

About

Contains oneflow specific eslint rules. Based on eslint-config-airbnb.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published