Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iwharris/eslint-config
Personal eslint config
https://github.com/iwharris/eslint-config
Last synced: 1 day ago
JSON representation
Personal eslint config
- Host: GitHub
- URL: https://github.com/iwharris/eslint-config
- Owner: iwharris
- License: mit
- Created: 2019-11-30T19:34:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T21:49:23.000Z (about 1 month ago)
- Last Synced: 2024-11-12T09:51:06.427Z (6 days ago)
- Language: TypeScript
- Size: 344 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config
Personal eslint config## Installation and usage
```bash
npm install --save-dev @iwharris/eslint-config
```Use the following statement in `.eslintrc`:
```json
{
"extends": "@iwharris/eslint-config"
}
```Or, in `package.json`:
```json
"eslintConfig": {
"extends": "@iwharris/eslint-config"
}
```