eslint-config-loopback
Advanced tools
Comparing version 3.0.1 to 4.0.0
@@ -0,1 +1,7 @@ | ||
2016-05-27, Version 4.0.0 | ||
========================= | ||
* Require "strict" mode enabled at global level (Miroslav Bajtoš) | ||
2016-05-06, Version 3.0.1 | ||
@@ -2,0 +8,0 @@ ========================= |
@@ -46,4 +46,5 @@ { | ||
"space-in-parens": ["error", "never"], | ||
"space-infix-ops": ["error", {"int32Hint": false}] | ||
"space-infix-ops": ["error", {"int32Hint": false}], | ||
"strict": ["error", "global"] | ||
} | ||
} |
{ | ||
"name": "eslint-config-loopback", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"description": "ESLint configs for LoopBack projects.", | ||
@@ -5,0 +5,0 @@ "main": "eslint.json", |
Sorry, the diff of this file is not supported yet
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
12487
48