File tree Expand file tree Collapse file tree 5 files changed +377
-347
lines changed Expand file tree Collapse file tree 5 files changed +377
-347
lines changed Original file line number Diff line number Diff line change 11import { sxzz } from '@sxzz/eslint-config'
2- export default sxzz ( [ ] , { vue : true } )
2+ export default sxzz (
3+ {
4+ rules : { 'sxzz/require-package-field' : 'error' } ,
5+ } ,
6+ { vue : true } ,
7+ )
Original file line number Diff line number Diff line change 11{
22 "name" : " unplugin-jsx-string" ,
33 "version" : " 0.9.1" ,
4- "packageManager" : " pnpm@10.5.2 " ,
4+ "packageManager" : " pnpm@10.6.1 " ,
55 "description" : " Converts JSX to HTML strings at compile time." ,
66 "type" : " module" ,
77 "keywords" : [
7474 "unplugin-utils" : " ^0.2.4"
7575 },
7676 "devDependencies" : {
77- "@sxzz/eslint-config" : " ^5.2 .0" ,
78- "@sxzz/prettier-config" : " ^2.2.0 " ,
77+ "@sxzz/eslint-config" : " ^5.3 .0" ,
78+ "@sxzz/prettier-config" : " ^2.2.1 " ,
7979 "@types/benchmark" : " ^2.1.5" ,
8080 "@types/jsesc" : " ^3.0.3" ,
81- "@types/node" : " ^22.13.9 " ,
81+ "@types/node" : " ^22.13.10 " ,
8282 "@types/react" : " ^19.0.10" ,
8383 "benchmark" : " ^2.1.4" ,
8484 "bumpp" : " ^10.0.3" ,
85- "eslint" : " ^9.21 .0" ,
85+ "eslint" : " ^9.22 .0" ,
8686 "prettier" : " ^3.5.3" ,
87- "tsdown" : " ^0.6.3 " ,
87+ "tsdown" : " ^0.6.4 " ,
8888 "tsx" : " ^4.19.3" ,
8989 "typescript" : " ^5.8.2" ,
90- "vite" : " ^6.2.0 " ,
91- "vitest" : " ^3.0.7 "
90+ "vite" : " ^6.2.1 " ,
91+ "vitest" : " ^3.0.8 "
9292 },
9393 "engines" : {
9494 "node" : " >=18.12.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " unplugin-jsx-string-playground" ,
33 "version" : " 0.0.0" ,
4- "packageManager" : " pnpm@10.5.2" ,
54 "license" : " MIT" ,
65 "author" : " 三咲智子 <sxzz@sxzz.moe>" ,
76 "scripts" : {
2322 "unocss" : " ^66.1.0-beta.3" ,
2423 "unplugin-auto-import" : " ^19.1.1" ,
2524 "unplugin-vue-components" : " ^28.4.1" ,
26- "vite" : " ^6.2.0 " ,
25+ "vite" : " ^6.2.1 " ,
2726 "vue-tsc" : " ^2.2.8"
2827 }
2928}
You can’t perform that action at this time.
0 commit comments