this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove prettier-plugin-packagejson

it was removed from the readme in eslint-plugin-package-json v0.91.1:
https://github.com/michaelfaith/eslint-plugin-package-json/compare/v0.91.0...v0.91.1#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L189-L193

-23
-19
package-lock.json
··· 20 20 "eslint-plugin-package-json": "^0.91.0", 21 21 "knip": "^5.86.0", 22 22 "prettier": "^3.5.3", 23 - "prettier-plugin-packagejson": "^3.0.2", 24 23 "xo": "^2.0.2" 25 24 }, 26 25 "engines": { ··· 5728 5727 }, 5729 5728 "engines": { 5730 5729 "node": ">=6.0.0" 5731 - } 5732 - }, 5733 - "node_modules/prettier-plugin-packagejson": { 5734 - "version": "3.0.2", 5735 - "resolved": "https://registry.npmjs.org/prettier-plugin-packagejson/-/prettier-plugin-packagejson-3.0.2.tgz", 5736 - "integrity": "sha512-kmoj3hEynXwoHDo8ZhmWAIjRBoQWCDUVackiWfSDWdgD0rS3LGB61T9zoVbume/cotYdCoadUh4sqViAmXvpBQ==", 5737 - "dev": true, 5738 - "license": "MIT", 5739 - "dependencies": { 5740 - "sort-package-json": "^3.6.0" 5741 - }, 5742 - "peerDependencies": { 5743 - "prettier": "^3" 5744 - }, 5745 - "peerDependenciesMeta": { 5746 - "prettier": { 5747 - "optional": true 5748 - } 5749 5730 } 5750 5731 }, 5751 5732 "node_modules/pretty-ms": {
-1
package.json
··· 35 35 "eslint-plugin-package-json": "^0.91.0", 36 36 "knip": "^5.86.0", 37 37 "prettier": "^3.5.3", 38 - "prettier-plugin-packagejson": "^3.0.2", 39 38 "xo": "^2.0.2" 40 39 }, 41 40 "engines": {
-3
prettier.config.js
··· 6 6 bracketSpacing: false, 7 7 singleQuote: true, 8 8 useTabs: true, 9 - 10 - // https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/tree/v0.91.0#usage-alongside-prettier 11 - plugins: ['prettier-plugin-packagejson'], 12 9 }; 13 10 14 11 export default config;