Socket
Socket
Sign inDemoInstall

eslint-plugin-prettier

Package Overview
Dependencies
91
Maintainers
6
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

CHANGELOG.md

4

eslint-plugin-prettier.js

@@ -146,4 +146,6 @@ /**

{
resolveConfig: true,
resolveConfig: false,
withNodeModules: false,
ignorePath: '.prettierignore',
plugins: prettierRcOptions ? prettierRcOptions.plugins : null,
...eslintFileInfoOptions,

@@ -150,0 +152,0 @@ },

{
"name": "eslint-plugin-prettier",
"version": "4.2.0",
"version": "4.2.1",
"description": "Runs prettier as an eslint rule",

@@ -62,3 +62,2 @@ "repository": "git+https://github.com/prettier/eslint-plugin-prettier.git",

"patch-package": "^6.4.7",
"prettier": "^2.7.1",
"svelte": "^3.48.0",

@@ -69,5 +68,6 @@ "vue-eslint-parser": "^8.3.0"

"@babel/traverse": "^7.18.5",
"eslint-plugin-prettier": "link:."
"eslint-plugin-prettier": "link:.",
"prettier": "^2.7.1"
},
"packageManager": "yarn@1.22.19"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc