File tree Expand file tree Collapse file tree 3 files changed +614
-445
lines changed
Expand file tree Collapse file tree 3 files changed +614
-445
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " Node.js" ,
3- "image" : " mcr.microsoft.com/devcontainers/javascript-node:4.0.6-24-trixie " ,
3+ "image" : " mcr.microsoft.com/devcontainers/javascript-node" ,
44 "customizations" : {
55 "vscode" : {
66 "extensions" : [
7+ " dbaeumer.vscode-eslint" ,
78 " editorconfig.editorconfig"
89 ]
910 }
Original file line number Diff line number Diff line change 3434 "release" : " npm version patch && git push --follow-tags && npm publish"
3535 },
3636 "devDependencies" : {
37- "@cto.af/eslint-config" : " ^6.2.3 " ,
37+ "@cto.af/eslint-config" : " ^6.2.5 " ,
3838 "@eslint/markdown" : " 7.5.1" ,
39- "@types/node " : " ^25.2.3 " ,
40- "c8 " : " 10.1.3 " ,
39+ "@stylistic/eslint-plugin " : " ^5.10.0 " ,
40+ "@types/node " : " ^25.3.5 " ,
4141 "eslint" : " 9.39.2" ,
42- "eslint-plugin-jsdoc" : " ^62.5.5" ,
42+ "eslint-plugin-jsdoc" : " ^62.7.1" ,
43+ "eslint-plugin-json" : " ^4.0.1" ,
44+ "eslint-plugin-markdown" : " ^5.1.0" ,
45+ "eslint-plugin-redos" : " ^4.5.0" ,
4346 "nock" : " 14.0.11" ,
47+ "superc8" : " 12.2.4" ,
4448 "tmp-promise" : " ^3.0.3" ,
4549 "typescript" : " 5.9.3"
4650 },
4751 "dependencies" : {
4852 "yargs" : " ^18.0.0"
4953 },
50- "packageManager" : " pnpm@10.30 .0" ,
54+ "packageManager" : " pnpm@10.31 .0" ,
5155 "engines" : {
5256 "node" : " >=20"
5357 }
You can’t perform that action at this time.
0 commit comments