eslint-config-loopback
Advanced tools
Comparing version 6.1.0 to 7.0.1
@@ -0,1 +1,9 @@ | ||
2017-01-06, Version 7.0.1 | ||
========================= | ||
* func-call-spacing: never (Miroslav Bajtoš) | ||
* spaced-comment: always (Miroslav Bajtoš) | ||
2016-12-14, Version 6.1.0 | ||
@@ -2,0 +10,0 @@ ========================= |
@@ -25,2 +25,3 @@ { | ||
"func-names": 0, | ||
"func-call-spacing": ["error", "never"], | ||
"indent": ["error", 2, {"SwitchCase": 1}], | ||
@@ -53,4 +54,15 @@ "key-spacing": ["error", {"beforeColon": false, "afterColon": true, | ||
"space-infix-ops": ["error", {"int32Hint": false}], | ||
"spaced-comment": ["error", "always", { | ||
"line": { | ||
"markers": ["/"], | ||
"exceptions": ["-"] | ||
}, | ||
"block": { | ||
"balanced": true, | ||
"markers": ["!"], | ||
"exceptions": ["*"] | ||
} | ||
}], | ||
"strict": ["error", "global"] | ||
} | ||
} |
{ | ||
"name": "eslint-config-loopback", | ||
"version": "6.1.0", | ||
"version": "7.0.1", | ||
"description": "ESLint configs for LoopBack projects.", | ||
@@ -5,0 +5,0 @@ "main": "eslint.json", |
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
14809
65