mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
15 lines
333 B
JSON
15 lines
333 B
JSON
{
|
|
"$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"
|
|
]
|
|
}
|