# eslint-plugin-hapi

> ESLint plugin containing hapi style guide rules

Latest version **4.1.0** (published 2017-10-24) · MIT license · 0 weekly downloads

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

## Install

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

## Health

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

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 4.1.0 |
| Published | 2017-10-24 |
| First published | 2015-04-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 22 |
| Author | Continuation Labs |
| Maintainers | cjihrig |
| Keywords | lint, eslint, eslintplugin, hapi |

## Links

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

## Dependencies (5)

- [hapi-no-var](https://npm.io/package/hapi-no-var.md) 1.x.x
- [hapi-for-you](https://npm.io/package/hapi-for-you.md) 1.x.x
- [no-arrowception](https://npm.io/package/no-arrowception.md) 1.x.x
- [hapi-scope-start](https://npm.io/package/hapi-scope-start.md) 2.x.x
- [hapi-capitalize-modules](https://npm.io/package/hapi-capitalize-modules.md) 1.x.x

## 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

- 4.1.0 (latest) — 2017-10-24
- 4.0.0 — 2015-11-12
- 3.0.0 — 2015-11-04
- 2.0.0 — 2015-10-30
- 1.2.2 — 2015-10-23
- 1.2.1 — 2015-10-13
- 1.2.0 — 2015-06-25
- 1.1.1 — 2015-06-10
- 1.1.0 — 2015-06-08
- 1.0.0 — 2015-04-13

## README

# eslint-plugin-hapi

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

ESLint plugin containing hapi style guide rules. This plugin includes the following ESLint rules:

- [`hapi-capitalize-modules`](https://www.npmjs.com/package/hapi-capitalize-modules) - Enforces capitalization of imported module variables.
- [`hapi-for-you`](https://www.npmjs.com/package/hapi-for-you) - Enforces `for` loop iterator variable rules and restricts loop nesting depth.
- [`hapi-scope-start`](https://www.npmjs.com/package/hapi-scope-start) - Enforces a new line at the beginning of function scope.
- [`no-arrowception`](https://www.npmjs.com/package/no-arrowception) - Prevents arrow functions that implicitly create additional arrow functions.

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