prettier-eslint
Advanced tools
Comparing version
@@ -202,3 +202,3 @@ "use strict"; | ||
prettierValue = "none"; | ||
} else if (value && value.indexOf("always") === 0) { | ||
} else if (typeof value === "string" && value.indexOf("always") === 0) { | ||
prettierValue = "es5"; | ||
@@ -205,0 +205,0 @@ } else if (typeof actualValue === "object") { |
{ | ||
"name": "prettier-eslint", | ||
"version": "8.2.4", | ||
"version": "8.2.5", | ||
"description": "Formats your JavaScript using prettier followed by eslint --fix", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
51365
0.04%