An open API service indexing awesome lists of open source software.

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

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