editorconfig-to-prettier
Advanced tools
Comparing version 0.0.5 to 0.0.6
module.exports = editorConfigToPrettier; | ||
function editorConfigToPrettier(editorConfig) { | ||
editorConfig = editorConfig || {}; | ||
if (!editorConfig || Object.keys(editorConfig).length === 0) { | ||
return null; | ||
} | ||
const result = {}; | ||
@@ -6,0 +9,0 @@ |
{ | ||
"name": "editorconfig-to-prettier", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"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
1890
33