@yeger/eslint-config
Version:
ESLint config preset based on @antfu/eslint-config.
29 lines (21 loc) • 520 B
Markdown
# @yeger/eslint-config
[](https://npmjs.com/package/@yeger/eslint-config)
## Installation
```bash
yarn add -D eslint @yeger/eslint-config
```
## Usage
```json
{
"extends": ["@yeger"]
}
```
While using the standard `eslint` command is possible, the `yeger-lint` command automatically includes all supported files in the current directory:
```json
{
"scripts": {
"lint": "yeger-lint",
"lint:fix": "yeger-lint --fix"
}
}
```