eslint-plugin-testing-library
Advanced tools
Comparing version 5.3.0 to 5.3.1
{ | ||
"name": "eslint-plugin-testing-library", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "ESLint rules for Testing Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -31,3 +31,7 @@ "use strict"; | ||
eventModules: { | ||
enum: VALID_EVENT_MODULES, | ||
type: 'array', | ||
minItems: 1, | ||
items: { | ||
enum: VALID_EVENT_MODULES, | ||
}, | ||
}, | ||
@@ -34,0 +38,0 @@ }, |
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
226827
4037