Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ipluser/eslint-config-es5
- Owner: ipluser
- License: mit
- Created: 2016-05-12T23:59:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T18:42:30.000Z (about 5 years ago)
- Last Synced: 2024-10-09T02:16:27.851Z (about 1 month ago)
- Topics: eslint, eslint-config, eslint-config-es5, lint
- Language: JavaScript
- Homepage: https://github.com/ipluser/eslint-config-es5
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)