Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matteofigus/eslint-config-opentable-es5

standard eslintrc for opentable es5 projects
https://github.com/matteofigus/eslint-config-opentable-es5

Last synced: 23 days ago
JSON representation

standard eslintrc for opentable es5 projects

Awesome Lists containing this project

README

        

# eslint-config-opentable-es5

This package provides a standard Opentable .eslintrc as an extensible shared config. It's roughly built around airbnbs style guide

## Usage

1. `npm install --save-dev eslint-config-opentable-es5 `
2. add `"extends": "eslint-config-opentable-es5"` to your .eslintrc

## Changelog

### 0.1.2
- add .npmrc for artifactory deploys

### 0.1.1
- reorganize, add ES6/ES7 rules

### 0.0.2
- add usage notes to readme

### 0.0.1
- initial release