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
··· 28 28 "eslint-plugin-package-json": "^0.91.0", 29 29 "knip": "^5.86.0", 30 30 "prettier": "^3.5.3", 31 - "prettier-plugin-packagejson": "^3.0.2", 32 31 "xo": "^2.0.1" 33 32 }, 34 33 "engines": { ··· 6174 6173 }, 6175 6174 "engines": { 6176 6175 "node": ">=6.0.0" 6177 - } 6178 - }, 6179 - "node_modules/prettier-plugin-packagejson": { 6180 - "version": "3.0.2", 6181 - "resolved": "https://registry.npmjs.org/prettier-plugin-packagejson/-/prettier-plugin-packagejson-3.0.2.tgz", 6182 - "integrity": "sha512-kmoj3hEynXwoHDo8ZhmWAIjRBoQWCDUVackiWfSDWdgD0rS3LGB61T9zoVbume/cotYdCoadUh4sqViAmXvpBQ==", 6183 - "dev": true, 6184 - "license": "MIT", 6185 - "dependencies": { 6186 - "sort-package-json": "^3.6.0" 6187 - }, 6188 - "peerDependencies": { 6189 - "prettier": "^3" 6190 - }, 6191 - "peerDependenciesMeta": { 6192 - "prettier": { 6193 - "optional": true 6194 - } 6195 6176 } 6196 6177 }, 6197 6178 "node_modules/pretty-ms": {
-1
package.json
··· 44 44 "eslint-plugin-package-json": "^0.91.0", 45 45 "knip": "^5.86.0", 46 46 "prettier": "^3.5.3", 47 - "prettier-plugin-packagejson": "^3.0.2", 48 47 "xo": "^2.0.1" 49 48 }, 50 49 "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;