Socket
Socket
Sign inDemoInstall

eslint-plugin-prettier

Package Overview
Dependencies
97
Maintainers
6
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-alpha.1 to 5.0.0-alpha.2

2

package.json
{
"name": "eslint-plugin-prettier",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"description": "Runs prettier as an eslint rule",

@@ -5,0 +5,0 @@ "repository": "git+https://github.com/prettier/eslint-plugin-prettier.git",

@@ -51,3 +51,3 @@ // @ts-check

plugins: /** @type {string[] | undefined} */ (
prettierRcOptions ? prettierRcOptions.plugins : null
prettierRcOptions ? prettierRcOptions.plugins : undefined
),

@@ -54,0 +54,0 @@ ...eslintFileInfoOptions,

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