Socket
Socket
Sign inDemoInstall

eslint-plugin-prettier

Package Overview
Dependencies
98
Maintainers
6
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.2 to 5.1.3

14

package.json
{
"name": "eslint-plugin-prettier",
"version": "5.1.2",
"version": "5.1.3",
"description": "Runs prettier as an eslint rule",

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

"default": "./recommended.js"
}
},
"./package.json": "./package.json"
},

@@ -76,5 +77,5 @@ "types": "eslint-plugin-prettier.d.ts",

"eslint-formatter-friendly": "^7.0.0",
"eslint-mdx": "^2.2.1",
"eslint-mdx": "^2.3.0",
"eslint-plugin-eslint-plugin": "^5.2.1",
"eslint-plugin-mdx": "^2.2.1",
"eslint-plugin-mdx": "^2.3.0",
"eslint-plugin-n": "^16.5.0",

@@ -90,2 +91,3 @@ "eslint-plugin-prettier": "link:.",

"prettier-plugin-pkg": "^0.18.0",
"prettier-plugin-svelte": "^3.1.2",
"simple-git-hooks": "^2.9.0",

@@ -96,8 +98,8 @@ "svelte": "^4.2.8",

"scripts": {
"check": "prettier --check . && pnpm lint",
"format": "prettier --write . && pnpm lint --fix",
"lint": "eslint . --cache -f friendly --max-warnings 10",
"prerelease": "pnpm format && pnpm test",
"release": "changeset publish",
"release": "pnpm check && pnpm test && changeset publish",
"test": "pnpm lint && mocha"
}
}
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