4.1.0 • Published 7 years ago

eslint-plugin-hapi v4.1.0

Weekly downloads
17,103
License
MIT
Repository
github
Last release
7 years ago

eslint-plugin-hapi

Current Version Build Status via Travis CI Dependencies

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 - Enforces for 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.