https://github.com/dimplesy/eslint-config
DimplesY's ESLint config presets
https://github.com/dimplesy/eslint-config
Last synced: 21 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T17:25:59.000Z (over 1 year ago)
- Last Synced: 2025-02-28T04:09:21.049Z (over 1 year ago)
- Language: TypeScript
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
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"]
}
```