File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// eslint.config.js
22import antfu from '@antfu/eslint-config'
33
4- export default antfu ( )
4+ export default antfu (
5+ { } ,
6+ {
7+ files : [ 'package.json' ] ,
8+ rules : {
9+ 'pnpm/json-enforce-catalog' : [ 'error' , {
10+ ignores : [
11+ '@types/browser-sync' ,
12+ 'browser-sync' ,
13+ 'kolorist' ,
14+ ] ,
15+ } ] ,
16+ } ,
17+ } ,
18+ )
Original file line number Diff line number Diff line change 77 " demo" ,
88 " pnpm-lock.yaml" ,
99 " pnpm-workspace.yaml" ,
10- " .npmrc" ,
1110 " eslint.config.js" ,
1211 " tsdown.config.ts"
1312 ]
Original file line number Diff line number Diff line change 5151 "vite" : " ^7.0.0 || ^8.0.0"
5252 },
5353 "dependencies" : {
54- "@types/browser-sync" : " catalog: " ,
55- "browser-sync" : " catalog: " ,
56- "kolorist" : " catalog: "
54+ "@types/browser-sync" : " ^2.29.1 " ,
55+ "browser-sync" : " ^3.0.4 " ,
56+ "kolorist" : " ^1.8.0 "
5757 },
5858 "devDependencies" : {
5959 "@antfu/eslint-config" : " catalog:" ,
You can’t perform that action at this time.
0 commit comments