https://github.com/codeyellowbv/eslint-config-codeyellow
Code Yellow's ESLint config, following Airbnb's ESLint config with a few changes
https://github.com/codeyellowbv/eslint-config-codeyellow
Last synced: 17 days ago
JSON representation
Code Yellow's ESLint config, following Airbnb's ESLint config with a few changes
- Host: GitHub
- URL: https://github.com/codeyellowbv/eslint-config-codeyellow
- Owner: CodeYellowBV
- Created: 2016-02-21T19:06:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T16:26:42.000Z (almost 8 years ago)
- Last Synced: 2025-01-16T11:26:54.357Z (over 1 year ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-config-codeyellow
Based on [eslint-config-react-app](https://github.com/facebookincubator/create-react-app/tree/master/packages/eslint-config-react-app) with a few changes.
## Usage
```
$ npm install eslint eslint-config-codeyellow --save-dev
```
Create a `.eslintrc` file with:
```json
{
"extends": "codeyellow"
}
```