Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimplesy/eslint-config
DimplesY's ESLint config presets
https://github.com/dimplesy/eslint-config
Last synced: 5 days ago
JSON representation
DimplesY's ESLint config presets
- Host: GitHub
- URL: https://github.com/dimplesy/eslint-config
- Owner: DimplesY
- Created: 2023-02-27T18:02:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-15T10:55:51.000Z (3 months ago)
- Last Synced: 2024-08-15T12:30:50.359Z (3 months ago)
- Language: TypeScript
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @dimplesyj/eslint-config
My personal ESLint config
Forked from [antfu/eslint-config](https://github.com/antfu/eslint-config)
# Usage
## Install
```bash
pnpm add -D eslint @dimplesyj/eslint-config
```## config `.eslintrc`
```json
{
"extends": ["@dimplesyj"]
}
```