# eslint-config-hapi

> Shareable ESLint config for the hapi ecosystem

Latest version **12.0.0** (published 2018-06-15) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install eslint-config-hapi
pnpm add eslint-config-hapi
yarn add eslint-config-hapi
bun add eslint-config-hapi
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 12.0.0 |
| Published | 2018-06-15 |
| First published | 2015-08-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.0.0 |
| Dependencies | 0 |
| Unpacked size | 6.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Colin J. Ihrig |
| Maintainers | cjihrig |
| Keywords | hapi, lint, eslint, eslintconfig |

## Links

- npm: https://www.npmjs.com/package/eslint-config-hapi
- Repository: https://github.com/cjihrig/eslint-config-hapi
- Issues: https://github.com/cjihrig/eslint-config-hapi/issues
- npm.io page: https://npm.io/package/eslint-config-hapi

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 12.0.0 (latest) — 2018-06-15
- 11.1.0 — 2017-10-25
- 11.0.0 — 2017-10-23
- 10.1.0 — 2017-08-16
- 10.0.0 — 2016-08-12
- 9.1.0 — 2016-02-18
- 9.0.0 — 2016-02-17
- 8.0.1 — 2015-12-29
- 8.0.0 — 2015-11-30
- 7.0.0 — 2015-11-12
- 6.1.1 — 2015-11-09
- 6.1.0 — 2015-11-05
- 6.0.0 — 2015-11-04
- 5.0.0 — 2015-10-30
- 4.0.0 — 2015-10-23
- … 7 more at https://npm.io/package/eslint-config-hapi/versions

## README

# eslint-config-hapi

[![Current Version](https://img.shields.io/npm/v/eslint-config-hapi.svg)](https://www.npmjs.org/package/eslint-config-hapi)
[![Build Status via Travis CI](https://travis-ci.org/cjihrig/eslint-config-hapi.svg?branch=master)](https://travis-ci.org/cjihrig/eslint-config-hapi)
![Dependencies](http://img.shields.io/david/cjihrig/eslint-config-hapi.svg)

Shareable ESLint config for the hapi ecosystem. To use in your project, add `eslint-config-hapi` and [`eslint-plugin-hapi`](https://github.com/cjihrig/eslint-plugin-hapi) to your `package.json`, then in your ESLint configuration add:

```
{
  "extends": "eslint-config-hapi"
}
```

ESLint will automatically insert the `eslint-config-`, so technically, you can just write `"extends": "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).

---
_Source: https://npm.io/package/eslint-config-hapi · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
