eslint-plugin-flowtype
Advanced tools
Comparing version 4.4.0 to 4.4.1
@@ -34,3 +34,3 @@ 'use strict'; | ||
var isReadOnlyClassProp = function isReadOnlyClassProp(node) { | ||
var id = node.superTypeParameters.params[0].id; | ||
var id = node.superTypeParameters && node.superTypeParameters.params[0].id; | ||
@@ -37,0 +37,0 @@ return id && !reReadOnly.test(id.name) && !readOnlyTypes.includes(id.name) && foundTypes.includes(id.name); |
@@ -62,3 +62,3 @@ { | ||
}, | ||
"version": "4.4.0" | ||
"version": "4.4.1" | ||
} |
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
273197