@talend/eslint-plugin
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@talend/eslint-plugin", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Contains internal rules used at Talend", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -21,3 +21,3 @@ /** | ||
// are considered as components lib | ||
const COMPONENTS = ['react-components', 'react-containers']; | ||
const COMPONENTS = ['context', 'react-components', 'react-containers']; | ||
@@ -24,0 +24,0 @@ function checkAndReport(context, node, value, messageId) { |
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
7008