eslint-config-defaults
Advanced tools
Comparing version 3.0.3 to 3.1.0
## 3.0.3 (2015-07-06) | ||
#### User Facing Changes | ||
* Turn off react/no-multi-comp in walmart config | ||
## 3.0.3 (2015-07-06) | ||
#### Internal Changes | ||
@@ -4,0 +10,0 @@ |
@@ -17,3 +17,3 @@ { | ||
"version" : "3.0.3", | ||
"version" : "3.1.0", | ||
"author" : "Eric Baer <me@ericbaer.com>", | ||
@@ -20,0 +20,0 @@ |
@@ -33,3 +33,3 @@ "use strict"; | ||
// Prevent multiple component definition per file | ||
"react/no-multi-comp": 2, | ||
"react/no-multi-comp": 0, | ||
// Prevent usage of unknown DOM property | ||
@@ -36,0 +36,0 @@ "react/no-unknown-property": 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
76292