eslint-config-prettier
Advanced tools
Comparing version
{ | ||
"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": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
58013
-1.98%9
-40%674
-2.18%1
Infinity%