3.8.0 • Published 8 years ago
eslint-config-medopad v3.8.0
eslint-config-medopad
This is Medopad's ESLint config.
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 --save-devThen, add this to your .eslintrc file:
extends:
- "medopad"You can override settings from the shareable config by adding them directly into your .eslintrc file.
Badge
Include the badge in your README to let people know that the code is using the Medopad code style.
[](https://github.com/Medopad/eslint-config-medopad)Develop
Test
npm testRelease
npm version [major|minor|patch] -m "v%s"