https://github.com/binded/eslint-config-binded-browser
https://github.com/binded/eslint-config-binded-browser
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/binded/eslint-config-binded-browser
- Owner: binded
- Created: 2016-10-02T23:53:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T23:59:20.000Z (about 9 years ago)
- Last Synced: 2024-12-24T10:06:55.695Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-config-binded
Base ESLint configuration for Binded JavaScript projects.
This is a slightly customised version of
[eslint-config-airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb).
It also includes all necessary dependencies instead of specifying them
as peerDependencies.
## Usage
```
npm install --save-dev eslint-config-binded-browser
```
.eslintrc
```
{
"extends": "binded-browser"
}
```