eslint-plugin-hapi
ESLint plugin containing hapi style guide rules. This plugin includes the following ESLint rules:
hapi-capitalize-modules
- Enforces capitalization of imported module variables.hapi-for-you
- Enforcesfor
loop iterator variable rules and restricts loop nesting depth.hapi-scope-start
- Enforces a new line at the beginning of function scope.no-arrowception
- Prevents arrow functions that implicitly create additional arrow functions.