https://github.com/pacexy/eslint-config
ESLint meta-config based on antfu/eslint-config
https://github.com/pacexy/eslint-config
eslint-config
Last synced: about 2 months ago
JSON representation
ESLint meta-config based on antfu/eslint-config
- Host: GitHub
- URL: https://github.com/pacexy/eslint-config
- Owner: pacexy
- License: mit
- Created: 2024-10-08T13:55:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-15T10:04:13.000Z (about 2 months ago)
- Last Synced: 2026-04-15T12:08:12.242Z (about 2 months ago)
- Topics: eslint-config
- Language: JavaScript
- Homepage: https://eslint-config-bdh.pages.dev
- Size: 1.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @pacexy/eslint-config
ESLint config based on [@antfu/eslint-config]
## Install
```bash
pnpm i -D eslint @pacexy/eslint-config
```
## Usage
```js
// eslint.config.mjs
import { defineConfig } from '@pacexy/eslint-config'
export default defineConfig()
```
See [@antfu/eslint-config] for more details.
## See Also
- [@sxzz/eslint-config](https://github.com/sxzz/eslint-config)
- [eslint-config-hyoban](https://github.com/hyoban/eslint-config-hyoban)
## License
[MIT](./LICENSE) License © [pacexy](https://github.com/pacexy)
[@antfu/eslint-config]: https://github.com/antfu/eslint-config