chrisisbeef / eslint-plugin-hapi

ESLint plugin containing hapi style guide rules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ESLint plugin containing hapi style guide rules

License:MIT License


Languages

Language:JavaScript 100.0%