3.8.0 • Published 7 years ago

eslint-config-medopad v3.8.0

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

eslint-config-medopad

Package Version Travis CI Build Status License

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-dev

Then, 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.

Medopad Code Style

[![Medopad Code Style](https://img.shields.io/badge/code%20style-Medopad-brightgreen.svg?style=flat-square)](https://github.com/Medopad/eslint-config-medopad)

Develop

Test

npm test

Release

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

7 years ago

3.7.0

7 years ago

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.1.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago