eslint-plugin-jasmine
Advanced tools
Comparing version 2.4.0 to 2.5.0
@@ -8,2 +8,3 @@ 'use strict' | ||
'no-disabled-tests': require('./lib/rules/no-disabled-tests'), | ||
'no-describe-variables': require('./lib/rules/no-describe-variables'), | ||
'no-suite-dupes': require('./lib/rules/no-suite-dupes'), | ||
@@ -26,2 +27,3 @@ 'no-spec-dupes': require('./lib/rules/no-spec-dupes'), | ||
'jasmine/no-disabled-tests': 1, | ||
'jasmine/no-describe-variables': 0, | ||
'jasmine/no-suite-dupes': 1, | ||
@@ -28,0 +30,0 @@ 'jasmine/no-spec-dupes': 1, |
@@ -38,3 +38,3 @@ { | ||
"devDependencies": { | ||
"eslint": "^3.9.1", | ||
"eslint": "^4.0.0", | ||
"ghooks": "^2.0.0", | ||
@@ -55,3 +55,3 @@ "mocha": "^3.1.2", | ||
}, | ||
"version": "2.4.0" | ||
"version": "2.5.0" | ||
} |
@@ -72,2 +72,3 @@ # eslint-plugin-jasmine | ||
[no-disabled-tests][] | 1 | | ||
[no-describe-variables][] | 0 | | ||
[no-suite-dupes][] | 1, `'block'` | `['block', 'branch']` | ||
@@ -109,2 +110,3 @@ [no-spec-dupes][] | 1, `'block'` | `['block', 'branch']` | ||
[no-disabled-tests]: docs/rules/no-disabled-tests.md | ||
[no-describe-variables]: docs/rules/no-describe-variables.md | ||
[no-suite-dupes]: docs/rules/no-suite-dupes.md | ||
@@ -125,3 +127,3 @@ [no-spec-dupes]: docs/rules/no-spec-dupes.md | ||
© 2016 Tom Vincent <git@tlvince.com> and [contributors][]. | ||
© 2016 - 2017 Tom Vincent <git@tlvince.com> and [contributors][]. | ||
@@ -128,0 +130,0 @@ [contributors]: https://github.com/tlvince/eslint-plugin-jasmine/graphs/contributors |
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
156188
52
1721
132