File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3434 "node" : " ^18.18.0 || >=20.0.0"
3535 },
3636 "scripts" : {
37- "dev" : " tsdown --watch" ,
38- "dev:inspector" : " eslint-config-inspector --config eslint-inspector.config.ts" ,
37+ "dev:tsdown " : " tsdown --watch" ,
38+ "dev:inspector" : " eslint-config-inspector --config ./playground/ eslint-inspector.config.ts --basePath playground " ,
3939 "build" : " pnpm build:typegen && pnpm build:tsc && pnpm build:tsdown" ,
4040 "build:tsdown" : " tsdown" ,
4141 "build:typegen" : " tsx scripts/typegen.ts" ,
4242 "build:tsc" : " tsc --noEmit" ,
43- "build:inspector" : " eslint-config-inspector build --config eslint-inspector.config.ts" ,
43+ "build:inspector" : " eslint-config-inspector build --config ./playground/ eslint-inspector.config.ts --basePath playground " ,
4444 "typecheck" : " tsc --noEmit" ,
4545 "lint:check" : " eslint ." ,
4646 "lint:fix" : " eslint . --fix" ,
Original file line number Diff line number Diff line change 22 "name" : " @zotero-plugin/eslint-config-playground" ,
33 "type" : " module" ,
44 "private" : true ,
5- "scripts" : {
6- "inspector" : " eslint-config-inspector --config eslint-inspector.config.ts"
7- },
85 "devDependencies" : {
96 "@types/chai" : " ^5.2.2" ,
107 "@types/mocha" : " ^10.0.10" ,
You can’t perform that action at this time.
0 commit comments