mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-09 20:12:26 +10:00
14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/raineorshine/npm-check-updates/main/src/types/RunOptions.json",
|
|
"upgrade": true,
|
|
"install": "always",
|
|
"packageManager": "pnpm",
|
|
"reject": [
|
|
"eslint",
|
|
"@swc/*",
|
|
"@swc-node/*",
|
|
"@reactive-resume/*",
|
|
"eslint-plugin-unused-imports"
|
|
]
|
|
}
|