eslint-plugin-hapi
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "eslint-plugin-hapi", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "ESLint plugin containing hapi style guide rules", | ||
"author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "node node_modules/.bin/lab -v -t 100 -a code" | ||
"test": "lab -v -t 100 -a code" | ||
}, | ||
@@ -19,3 +20,2 @@ "repository": { | ||
], | ||
"author": "Continuation Labs", | ||
"license": "MIT", | ||
@@ -33,4 +33,4 @@ "bugs": { | ||
"code": "1.x.x", | ||
"lab": "5.x.x" | ||
"lab": "6.x.x" | ||
} | ||
} |
@@ -8,2 +8,6 @@ # eslint-plugin-hapi | ||
ESLint plugin containing hapi style guide rules | ||
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-scope-start`](https://www.npmjs.com/package/hapi-scope-start) - Enforces a new line at the beginning of function scope. | ||
- [`no-shadow-relaxed`](https://www.npmjs.com/package/no-shadow-relaxed) - Extension of ESLint's native `no-shadow` rule that allows certain variable names to be ignored. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4811
13