editorconfig-to-prettier
Advanced tools
Comparing version 0.0.6 to 0.1.0
@@ -40,3 +40,7 @@ module.exports = editorConfigToPrettier; | ||
if (["cr", "crlf", "lf"].indexOf(editorConfig.end_of_line) !== -1) { | ||
result.endOfLine = editorConfig.end_of_line; | ||
} | ||
return result; | ||
} |
{ | ||
"name": "editorconfig-to-prettier", | ||
"version": "0.0.6", | ||
"version": "0.1.0", | ||
"description": "Converts an `editorconfig`-parsed object to a `prettier` configuration", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
2233
3
36
0
7