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.5 to 0.0.6

5

index.js
module.exports = editorConfigToPrettier;
function editorConfigToPrettier(editorConfig) {
editorConfig = editorConfig || {};
if (!editorConfig || Object.keys(editorConfig).length === 0) {
return null;
}
const result = {};

@@ -6,0 +9,0 @@

2

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

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