Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brpaz/eslint-config-brpaz
My Personal ESLint config
https://github.com/brpaz/eslint-config-brpaz
eslint eslint-config
Last synced: 3 months ago
JSON representation
My Personal ESLint config
- Host: GitHub
- URL: https://github.com/brpaz/eslint-config-brpaz
- Owner: brpaz
- License: mit
- Created: 2016-12-10T17:11:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-10T17:20:53.000Z (almost 8 years ago)
- Last Synced: 2024-07-29T15:38:42.801Z (4 months ago)
- Topics: eslint, eslint-config
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - brpaz/eslint-config-brpaz - My Personal ESLint config (JavaScript)
README
# eslint-config-brpaz
> My [ESLint](http://eslint.org/) personal shared configs.
## Usage
Install the npm package
```npm install eslint-config-brpaz --save```
Add the following to your ```.eslintrc```
```javascript
{
"extends": ["eslint-config-brpaz"],
}```