3.6.0 • Published 7 years ago

eslint-config-medopad-react v3.6.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-config-medopad-react

Package Version Travis CI Build Status License Medopad Code Style

This is Medopad's ESLint config for React (with JSX and Jest).

Install

Shareable configs are designed to work with the extends feature of .eslintrc files.

First, install the config (with all of its dependencies):

npm install eslint-config-medopad eslint-config-medopad-react --save-dev

Then, add this to your .eslintrc file:

extends:
  - "medopad-react"

You can override settings from the shareable config by adding them directly into your .eslintrc file.

Develop

Test

npm test

Release

npm version [major|minor|patch] -m "v%s"
3.6.0

7 years ago

3.5.0

7 years ago

3.4.0

7 years ago

3.3.0

7 years ago

3.2.0

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.0.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago