File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 5252 "no-undefined" : " allow" ,
5353 "no-plusplus" : " allow" ,
5454 // maybe warn
55- "no-console" : " warn " ,
55+ "no-console" : " allow " ,
5656 "no-extraneous-class" : " allow" ,
5757 "no-empty-function" : " allow" ,
5858 "max-depth" : [" error" , 6 ],
Original file line number Diff line number Diff line change 11# sync-npm-version-to-jsr
22
3- [ ![ JSR] ( https://jsr.io/badges/@nm/sync-npm-version-to-jsr )] ( https://jsr.io/@nm/sync-npm-version-to-jsr )
4- [ ![ JSR Score] ( https://jsr.io/badges/@nm/sync-npm-version-to-jsr/score )] ( https://jsr.io/@nm/sync-npm-version-to-jsr )
53[ ![ NPM Version] ( https://img.shields.io/npm/v/sync-npm-version-to-jsr )] ( https://www.npmjs.com/package/sync-npm-version-to-jsr )
64[ ![ NPM Downloads] ( https://img.shields.io/npm/dm/sync-npm-version-to-jsr )] ( https://www.npmjs.com/package/sync-npm-version-to-jsr )
75[ ![ NPM License] ( https://img.shields.io/npm/l/sync-npm-version-to-jsr )] ( https://github.com/node-modules/sync-npm-version-to-jsr/blob/master/LICENSE )
6+ [ ![ JSR] ( https://jsr.io/badges/@nm/sync-npm-version-to-jsr )] ( https://jsr.io/@nm/sync-npm-version-to-jsr )
7+ [ ![ JSR Score] ( https://jsr.io/badges/@nm/sync-npm-version-to-jsr/score )] ( https://jsr.io/@nm/sync-npm-version-to-jsr )
88[ ![ codecov] ( https://codecov.io/gh/node-modules/sync-npm-version-to-jsr/branch/master/graph/badge.svg )] ( https://codecov.io/gh/node-modules/sync-npm-version-to-jsr )
99[ ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/node-modules/sync-npm-version-to-jsr/ci.yml?branch=master )] ( https://github.com/node-modules/sync-npm-version-to-jsr/actions/workflows/ci.yml?query=branch%3Amaster )
1010[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square )] ( https://makeapullrequest.com )
Original file line number Diff line number Diff line change 2424 "devDependencies" : {
2525 "@eggjs/tsconfig" : " 3" ,
2626 "@types/node" : " 24" ,
27- "c8" : " 10" ,
2827 "husky" : " 9" ,
29- "mm" : " 4" ,
30- "oxlint" : " 1" ,
28+ "oxlint" : " ^1.11.0" ,
3129 "prettier" : " 3" ,
3230 "typescript" : " 5"
3331 },
5149 "files" : [
5250 " dist"
5351 ],
54- "type" : " module" ,
5552 "bin" : {
5653 "sync-npm-version-to-jsr" : " dist/bin.js"
5754 },
55+ "type" : " module" ,
5856 "exports" : " ./dist/index.js" ,
5957 "types" : " ./dist/index.d.ts"
6058}
You can’t perform that action at this time.
0 commit comments