0.0.9 ā€¢ Published 6 years ago

@sequencework/eslint-config v0.0.9

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

@sequencework/eslint-config

šŸŽ Short "How to use"

yarn add @sequencework/eslint-config --dev
yarn sequence-lint-init
yarn install

Detailed "How to use"

Install this package :

yarn add @sequencework/eslint-config --dev

It contains a script to initialize your package. Run it like this :

yarn sequence-lint-init

The script will rewrite your package.json to add dev dependencies, pre-commit hooks (with husky), lint-staged, ...

(For example, you can check what's added for the default configuration)

To install the new dependencies and the git hooks, you need to run :

yarn install

šŸŽ That's it, you're all set

More

Shamelessly inspired by @zeit's eslint config