Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garthdb/eslint-config-garthdb
My personal preferences for eslint.
https://github.com/garthdb/eslint-config-garthdb
eslint eslint-config
Last synced: about 1 month ago
JSON representation
My personal preferences for eslint.
- Host: GitHub
- URL: https://github.com/garthdb/eslint-config-garthdb
- Owner: GarthDB
- License: apache-2.0
- Created: 2016-09-05T17:29:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:32:06.000Z (10 months ago)
- Last Synced: 2024-11-29T12:37:51.647Z (about 1 month ago)
- Topics: eslint, eslint-config
- Language: JavaScript
- Size: 695 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-garthdb
## How to use:
### Install via npm
```sh
npm install --save-dev eslint-config-garthdb
```### Add `.eslintrc` file
```json
{
"extends": "garthdb"
}
```