New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-prettier

Package Overview
Dependencies
Maintainers
0
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-prettier - npm Package Compare versions

Comparing version

to
10.1.0

bin/cli.js

25

package.json
{
"name": "eslint-config-prettier",
"version": "10.0.3",
"version": "10.1.0",
"type": "commonjs",

@@ -9,7 +9,22 @@ "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",

"license": "MIT",
"bin": "build/bin/cli.js",
"main": "build/index.js",
"types": "build/index.d.ts",
"bin": "bin/cli.js",
"main": "index.js",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./prettier": {
"types": "./prettier.d.ts",
"default": "./prettier.js"
},
"./package.json": "./package.json"
},
"types": "index.d.ts",
"files": [
"build"
"bin",
"index.d.ts",
"index.js",
"prettier.d.ts",
"prettier.js"
],

@@ -16,0 +31,0 @@ "keywords": [