eslint-plugin-hapi
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -5,3 +5,2 @@ 'use strict'; | ||
var NoArrowception = require('no-arrowception'); | ||
var NoShadowRelaxed = require('no-shadow-relaxed'); | ||
@@ -13,5 +12,4 @@ | ||
'hapi-scope-start': HapiScopeStart, | ||
'no-arrowception': NoArrowception, | ||
'no-shadow-relaxed': NoShadowRelaxed | ||
'no-arrowception': NoArrowception | ||
} | ||
}; |
{ | ||
"name": "eslint-plugin-hapi", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "ESLint plugin containing hapi style guide rules", | ||
@@ -28,4 +28,3 @@ "author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)", | ||
"hapi-scope-start": "2.x.x", | ||
"no-arrowception": "1.x.x", | ||
"no-shadow-relaxed": "1.x.x" | ||
"no-arrowception": "1.x.x" | ||
}, | ||
@@ -32,0 +31,0 @@ "devDependencies": { |
@@ -11,2 +11,3 @@ # eslint-plugin-hapi | ||
- [`hapi-scope-start`](https://www.npmjs.com/package/hapi-scope-start) - Enforces a new line at the beginning of function scope. | ||
- [`no-arrowception`](https://www.npmjs.com/package/no-arrowception) - Prevents arrow functions that implicitly create additional arrow functions. | ||
- [`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. |
@@ -20,7 +20,6 @@ 'use strict'; | ||
expect(rules.length).to.equal(4); | ||
expect(rules.length).to.equal(3); | ||
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); | ||
@@ -27,0 +26,0 @@ for (var i = 0; i < rules.length; ++i) { |
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
3
13
4911
35
- Removedno-shadow-relaxed@1.x.x
- Removedansi-regex@1.1.12.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedargparse@1.0.10(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbuffer-from@1.1.2(transitive)
- Removedchalk@1.1.3(transitive)
- Removedcli-width@1.1.1(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedconcat-stream@1.6.2(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedd@1.0.2(transitive)
- Removeddebug@2.6.9(transitive)
- Removeddeep-is@0.1.4(transitive)
- Removeddoctrine@0.6.4(transitive)
- Removedes5-ext@0.10.64(transitive)
- Removedes6-iterator@2.0.3(transitive)
- Removedes6-map@0.1.5(transitive)
- Removedes6-set@0.1.6(transitive)
- Removedes6-symbol@3.1.4(transitive)
- Removedes6-weak-map@2.0.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedescope@3.6.0(transitive)
- Removedeslint@0.24.1(transitive)
- Removedesniff@2.0.1(transitive)
- Removedespree@2.2.5(transitive)
- Removedesprima@4.0.1(transitive)
- Removedesrecurse@4.3.0(transitive)
- Removedestraverse@4.3.05.3.0(transitive)
- Removedestraverse-fb@1.3.2(transitive)
- Removedesutils@1.1.6(transitive)
- Removedevent-emitter@0.3.5(transitive)
- Removedext@1.7.0(transitive)
- Removedfast-levenshtein@1.0.7(transitive)
- Removedfigures@1.7.0(transitive)
- Removedgenerate-function@2.3.1(transitive)
- Removedgenerate-object-property@1.2.0(transitive)
- Removedglobals@8.18.0(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedinherits@2.0.4(transitive)
- Removedinquirer@0.8.5(transitive)
- Removedis-my-ip-valid@1.0.1(transitive)
- Removedis-my-json-valid@2.20.6(transitive)
- Removedis-property@1.0.2(transitive)
- Removedisarray@0.0.11.0.0(transitive)
- Removedjs-yaml@3.14.1(transitive)
- Removedjsonpointer@5.0.1(transitive)
- Removedlevn@0.2.5(transitive)
- Removedlodash@3.10.1(transitive)
- Removedminimatch@2.0.10(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedms@2.0.0(transitive)
- Removedmute-stream@0.0.4(transitive)
- Removednext-tick@1.1.0(transitive)
- Removedno-shadow-relaxed@1.0.1(transitive)
- Removedobject-assign@2.1.14.1.1(transitive)
- Removedoptionator@0.5.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedprelude-ls@1.1.2(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedreadline2@0.1.1(transitive)
- Removedrx@2.5.3(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedsprintf-js@1.0.3(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedstrip-ansi@2.0.13.0.1(transitive)
- Removedstrip-json-comments@1.0.4(transitive)
- Removedsupports-color@2.0.0(transitive)
- Removedtext-table@0.2.0(transitive)
- Removedthrough@2.3.8(transitive)
- Removedtype@2.7.3(transitive)
- Removedtype-check@0.3.2(transitive)
- Removedtypedarray@0.0.6(transitive)
- Removeduser-home@1.1.1(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwordwrap@0.0.3(transitive)
- Removedxml-escape@1.0.0(transitive)
- Removedxtend@4.0.2(transitive)