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
··· 15 15 "eslint-plugin-package-json": "^0.91.0", 16 16 "knip": "^5.86.0", 17 17 "prettier": "^3.6.2", 18 - "prettier-plugin-packagejson": "^3.0.2", 19 18 "typescript": "^6.0.2", 20 19 "vitest": "^4.1.4", 21 20 "xo": "^2.0.2" ··· 6743 6742 }, 6744 6743 "engines": { 6745 6744 "node": ">=6.0.0" 6746 - } 6747 - }, 6748 - "node_modules/prettier-plugin-packagejson": { 6749 - "version": "3.0.2", 6750 - "resolved": "https://registry.npmjs.org/prettier-plugin-packagejson/-/prettier-plugin-packagejson-3.0.2.tgz", 6751 - "integrity": "sha512-kmoj3hEynXwoHDo8ZhmWAIjRBoQWCDUVackiWfSDWdgD0rS3LGB61T9zoVbume/cotYdCoadUh4sqViAmXvpBQ==", 6752 - "dev": true, 6753 - "license": "MIT", 6754 - "dependencies": { 6755 - "sort-package-json": "^3.6.0" 6756 - }, 6757 - "peerDependencies": { 6758 - "prettier": "^3" 6759 - }, 6760 - "peerDependenciesMeta": { 6761 - "prettier": { 6762 - "optional": true 6763 - } 6764 6745 } 6765 6746 }, 6766 6747 "node_modules/pretty-ms": {
-1
package.json
··· 49 49 "eslint-plugin-package-json": "^0.91.0", 50 50 "knip": "^5.86.0", 51 51 "prettier": "^3.6.2", 52 - "prettier-plugin-packagejson": "^3.0.2", 53 52 "typescript": "^6.0.2", 54 53 "vitest": "^4.1.4", 55 54 "xo": "^2.0.2"
-3
prettier.config.js
··· 4 4 bracketSpacing: false, 5 5 singleQuote: true, 6 6 useTabs: true, 7 - 8 - // https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/tree/v0.91.0#usage-alongside-prettier 9 - plugins: ['prettier-plugin-packagejson'], 10 7 }; 11 8 12 9 export default config;