@hapi/eslint-config-hapi
Version:
Shareable ESLint config for the hapi ecosystem
16 lines (10 loc) • 976 B
Markdown
<a href="http://hapijs.com"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a>
# /eslint-config-hapi
[](https://travis-ci.org/hapijs/eslint-config-hapi)
Shareable ESLint config for the hapi ecosystem. To use in your project, add `/eslint-config-hapi` and [`@hapi/eslint-plugin-hapi`](https://github.com/hapijs/eslint-plugin-hapi) to your `package.json`, then in your ESLint configuration add:
```
{
"extends": "@hapi/eslint-config-hapi"
}
```
**Note:** `/eslint-plugin-hapi` is a plugin containing custom hapi linting rules. It is a peer dependency because of the way ESLint handles shareable configs that include plugins and custom rules (see [eslint/eslint#3458](https://github.com/eslint/eslint/issues/3458) and [eslint/eslint#2518](https://github.com/eslint/eslint/issues/2518) for more background).