> For the complete documentation index, see [llms.txt](https://mhy.js.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mhy.js.org/tools/configs/eslint.md).

# eslint

<https://eslint.org/docs/user-guide/configuring>

```bash
# Print config to console
mhy config eslint

# Write .eslintrc
mhy config eslint -i
```

## Used by

* `eslint`
* `jest`
* `storybook-start (through webpack config)`
* `webpack (config)`
* `webpack-dev-server (through webpack config)`
