Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.