Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcrab/eslint-config
https://github.com/pcrab/eslint-config
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pcrab/eslint-config
- Owner: Pcrab
- License: mit
- Created: 2023-03-28T10:58:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T11:55:32.000Z (8 months ago)
- Last Synced: 2024-05-31T15:29:46.134Z (7 months ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @pcrab/eslint-config
## Installation
```shell
pnpm add -D eslint @pcrab/eslint-config
```## Usage
Add your eslint configuration's extends field.
```json
{
"extends": ["@pcrab/eslint-config"]
}
```