eslint-plugin-ava
Advanced tools
Comparing version 10.4.0 to 10.5.0
{ | ||
"name": "eslint-plugin-ava", | ||
"version": "10.4.0", | ||
"version": "10.5.0", | ||
"description": "ESLint rules for AVA", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -31,2 +31,6 @@ 'use strict'; | ||
}, | ||
like: { | ||
min: 2, | ||
max: 3 | ||
}, | ||
not: { | ||
@@ -33,0 +37,0 @@ min: 2, |
@@ -108,2 +108,3 @@ 'use strict'; | ||
['is', 2], | ||
['like', 2], | ||
['not', 2], | ||
@@ -110,0 +111,0 @@ ['notDeepEqual', 2], |
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
63192
2279