Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matteofigus/eslint-config-opentable-es5
- Owner: matteofigus
- Created: 2016-04-20T10:59:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T02:15:31.000Z (almost 9 years ago)
- Last Synced: 2024-10-16T18:51:19.214Z (2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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