Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ipluser/eslint-config-es5

An Javascript ES5 ESLint config that following Airbnb ES5 Style Guide
https://github.com/ipluser/eslint-config-es5

eslint eslint-config eslint-config-es5 lint

Last synced: 12 days ago
JSON representation

An Javascript ES5 ESLint config that following Airbnb ES5 Style Guide

Awesome Lists containing this project

README

        

## eslint-config-es5
An Javascript ES5 ESLint config that following [Airbnb ES5 Style Guide](https://github.com/airbnb/javascript/tree/master/es5).

### Quick Start
1. `npm install eslint-config-es5 --save-dev`
2. add `"extends": "eslint-config-es5"` to .eslintrc.*

### License
[MIT](LICENSE)