1.1.0 • Published 6 years ago

eslint-config-snapsheet v1.1.0

Weekly downloads
297
License
MIT
Repository
github
Last release
6 years ago

eslint-config-snapsheet

Snapsheet shared ESLint configuration

Usage

Install dependencies

npm install eslint babel-eslint eslint-plugin-react eslint-config-snapsheet --save-dev

Create a .eslintrc file with the following:

extends:
  - eslint-config-snapsheet

Making Changes

run npm link in this directory

In a repository that uses this, run npm link eslint-config-snapsheet and you should be able to see your changes directly by triggering the linter. Then commit, bump the version, add changes in CHANGELOG.md, and publish.

You may also override specific rules in consuming repositories without affecting all repositories.