eslint-config-defaults
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -0,1 +1,7 @@ | ||
## 7.0.1 (2015-10-02) | ||
#### User Facing Changes | ||
* Correct typo in walmart and airbnb config | ||
## 7.0.0 (2015-10-01) | ||
@@ -2,0 +8,0 @@ |
@@ -17,3 +17,3 @@ { | ||
"version" : "7.0.0", | ||
"version" : "7.0.1", | ||
"author" : "Eric Baer <me@ericbaer.com>", | ||
@@ -20,0 +20,0 @@ |
@@ -32,3 +32,3 @@ "use strict"; | ||
// specify whether double or single quotes should be used in JSX attributes | ||
"jsx-quotes": [2, "double"], | ||
"jsx-quotes": [2, "prefer-double"], | ||
// enforces spacing between keys and values in object literal properties | ||
@@ -35,0 +35,0 @@ "key-spacing": [2, {"beforeColon": false, "afterColon": true}], |
@@ -32,3 +32,3 @@ "use strict"; | ||
// specify whether double or single quotes should be used in JSX attributes | ||
"jsx-quotes": [2, "double"], | ||
"jsx-quotes": [2, "prefer-double"], | ||
// enforces spacing between keys and values in object literal properties | ||
@@ -35,0 +35,0 @@ "key-spacing": [2, { "beforeColon": false, "afterColon": true }], |
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
103741