Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

editorconfig-to-prettier

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

editorconfig-to-prettier - npm Package Compare versions

Comparing version 0.0.6 to 0.1.0

README.md

4

index.js

@@ -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;
}

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc