Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnubo/eslint-config-mnubo
ESLint rules used at mnubo.
https://github.com/mnubo/eslint-config-mnubo
config eslint mnubo
Last synced: 15 days ago
JSON representation
ESLint rules used at mnubo.
- Host: GitHub
- URL: https://github.com/mnubo/eslint-config-mnubo
- Owner: mnubo
- License: mit
- Created: 2016-10-21T20:47:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T16:21:27.000Z (almost 8 years ago)
- Last Synced: 2024-04-25T19:02:08.036Z (9 months ago)
- Topics: config, eslint, mnubo
- Size: 5.86 KB
- Stars: 2
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/mnubo/eslint-config-mnubo.svg)](https://travis-ci.org/mnubo/eslint-config-mnubo)
# mnubo eslint config
## Usage
```sh
npm install --save-dev eslint-config-mnubo
```Configure ESLint with a `.eslintrc.json` file using the following contents:
```json
{
"extends": "mnubo"
}
```## Semver policy
Same approach as in ESLint, see https://github.com/eslint/eslint#user-content-semantic-versioning-policy.