eslint-plugin-hapi

ESLint plugin containing hapi style guide rules

MIT 10 个版本
安装
npm install eslint-plugin-hapi
yarn add eslint-plugin-hapi
pnpm add eslint-plugin-hapi
bun add eslint-plugin-hapi
README

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.
版本列表
4.1.0 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