3.6.0 • Published 8 years ago
eslint-config-medopad-react v3.6.0
eslint-config-medopad-react
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-devThen, 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 testRelease
npm version [major|minor|patch] -m "v%s"