eslint-plugin-hapi
Advanced tools
Comparing version 1.2.2 to 2.0.0
'use strict'; | ||
var HapiCapitalizeModules = require('hapi-capitalize-modules'); | ||
var HapiScopeStart = require('hapi-scope-start'); | ||
var NoArrowception = require('no-arrowception'); | ||
var NoShadowRelaxed = require('no-shadow-relaxed'); | ||
@@ -11,4 +12,5 @@ | ||
'hapi-scope-start': HapiScopeStart, | ||
'no-arrowception': NoArrowception, | ||
'no-shadow-relaxed': NoShadowRelaxed | ||
} | ||
}; |
{ | ||
"name": "eslint-plugin-hapi", | ||
"version": "1.2.2", | ||
"version": "2.0.0", | ||
"description": "ESLint plugin containing hapi style guide rules", | ||
@@ -27,3 +27,4 @@ "author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)", | ||
"hapi-capitalize-modules": "1.x.x", | ||
"hapi-scope-start": "1.x.x", | ||
"hapi-scope-start": "2.x.x", | ||
"no-arrowception": "1.x.x", | ||
"no-shadow-relaxed": "1.x.x" | ||
@@ -30,0 +31,0 @@ }, |
@@ -6,3 +6,2 @@ # eslint-plugin-hapi | ||
![Dependencies](http://img.shields.io/david/continuationlabs/eslint-plugin-hapi.svg) | ||
![devDependencies](http://img.shields.io/david/dev/continuationlabs/eslint-plugin-hapi.svg) | ||
@@ -9,0 +8,0 @@ ESLint plugin containing hapi style guide rules. This plugin includes the following ESLint rules: |
@@ -20,5 +20,6 @@ 'use strict'; | ||
expect(rules.length).to.equal(3); | ||
expect(rules.length).to.equal(4); | ||
expect(rules.indexOf('hapi-capitalize-modules')).to.not.equal(-1); | ||
expect(rules.indexOf('hapi-scope-start')).to.not.equal(-1); | ||
expect(rules.indexOf('no-arrowception')).to.not.equal(-1); | ||
expect(rules.indexOf('no-shadow-relaxed')).to.not.equal(-1); | ||
@@ -25,0 +26,0 @@ |
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
4957
38
4
12
+ Addedno-arrowception@1.x.x
+ Addedhapi-scope-start@2.1.1(transitive)
+ Addedno-arrowception@1.0.0(transitive)
- Removedhapi-scope-start@1.1.4(transitive)
Updatedhapi-scope-start@2.x.x