eslint-config-defaults
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -0,1 +1,7 @@ | ||
## 3.0.3 (2015-07-06) | ||
#### Internal Changes | ||
* Add missing comma that prevented the strict rules from being loaded | ||
## 3.0.2 (2015-07-06) | ||
@@ -2,0 +8,0 @@ |
@@ -17,3 +17,3 @@ { | ||
"version" : "3.0.2", | ||
"version" : "3.0.3", | ||
"author" : "Eric Baer <me@ericbaer.com>", | ||
@@ -20,0 +20,0 @@ |
@@ -6,3 +6,3 @@ "use strict"; | ||
// (DEPRECATED) require or disallow the "use strict" pragma in the global scope | ||
"global-strict": 0 | ||
"global-strict": 0, | ||
// require that all functions are run in strict mode | ||
@@ -9,0 +9,0 @@ "strict": [2, "never"] |
@@ -6,3 +6,3 @@ "use strict"; | ||
// (DEPRECATED) require or disallow the "use strict" pragma in the global scope | ||
"global-strict": 0 | ||
"global-strict": 0, | ||
// require that all functions are run in strict mode | ||
@@ -9,0 +9,0 @@ "strict": 2 |
@@ -6,3 +6,3 @@ "use strict"; | ||
// (DEPRECATED) require or disallow the "use strict" pragma in the global scope | ||
"global-strict": 0 | ||
"global-strict": 0, | ||
// require that all functions are run in strict mode | ||
@@ -9,0 +9,0 @@ "strict": 0 |
@@ -6,3 +6,3 @@ "use strict"; | ||
// (DEPRECATED) require or disallow the "use strict" pragma in the global scope | ||
"global-strict": 0 | ||
"global-strict": 0, | ||
// require that all functions are run in strict mode | ||
@@ -9,0 +9,0 @@ "strict": [2, "never"] |
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
76193