Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c-d-lewis/eslint-config
ESLint config for commonly used rules in personal projects
https://github.com/c-d-lewis/eslint-config
Last synced: 2 days ago
JSON representation
ESLint config for commonly used rules in personal projects
- Host: GitHub
- URL: https://github.com/c-d-lewis/eslint-config
- Owner: C-D-Lewis
- License: other
- Created: 2022-11-05T12:11:12.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T13:09:51.000Z (about 2 years ago)
- Last Synced: 2024-11-13T12:39:02.560Z (3 days ago)
- Language: JavaScript
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @chris-lewis/eslint-config
ESLint config with rules used in personal projects. In particular:
* Allowing use of `console` and `alert`.
* Requiring JSDoc aggresively.
* Being flexible about async loops.
* Being flexible about use of `require`.## Install
```
npm i -D @chris-lewis/eslint-config
```