File size: 333 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "$schema": "https://raw.githubusercontent.com/raineorshine/npm-check-updates/main/src/types/RunOptions.json",
  "upgrade": true,
  "target": "minor",
  "install": "always",
  "packageManager": "pnpm",
  "reject": [
    "eslint",
    "@swc/*",
    "@swc-node/*",
    "@reactive-resume/*",
    "eslint-plugin-unused-imports"
  ]
}