eslint-plugin-mocha
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -0,1 +1,7 @@ | ||
## 4.1.0 (July 22, 2016) | ||
### Features | ||
* no-mocha-arrows: New rule (#78) | ||
## 4.0.0 (July 4, 2016) | ||
@@ -2,0 +8,0 @@ |
@@ -12,3 +12,4 @@ 'use strict'; | ||
'valid-test-description': require('./lib/rules/valid-test-description'), | ||
'valid-suite-description': require('./lib/rules/valid-suite-description') | ||
'valid-suite-description': require('./lib/rules/valid-suite-description'), | ||
'no-mocha-arrows': require('./lib/rules/no-mocha-arrows') | ||
}, | ||
@@ -15,0 +16,0 @@ configs: { |
{ | ||
"name": "eslint-plugin-mocha", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Eslint rules for mocha.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
25994
18
402