eslint-plugin-escompat
Advanced tools
Comparing version 2.1.1 to 2.1.2
module.exports = (context, badBrowser) => ({ | ||
// Ignore type annotations that don't assign | ||
'ClassProperty[static=false]:not([typeAnnotation]:not([value]))'(node) { | ||
if (node.value === null) return | ||
context.report(node, `Instance Class Fields are not supported in ${badBrowser}`) | ||
} | ||
}) |
{ | ||
"name": "eslint-plugin-escompat", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
12616
186