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{
22 "private" : true ,
33 "type" : " module" ,
4- "packageManager" : " pnpm@10.30.2 +sha512.36cdc707e7b7940a988c9c1ecf88d084f8514b5c3f085f53a2e244c2921d3b2545bc20dd4ebe1fc245feec463bb298aecea7a63ed1f7680b877dc6379d8d0cb4 " ,
4+ "packageManager" : " pnpm@11.0.6 +sha512.97f906e1da2bedac3df83cadae04b4753a130092dd49d55cd36825ad3e623e9df3f97754f8f259e699172a360fac569acf2f908e7732bdae3eddb2dcf7e121fd " ,
55 "scripts" : {
66 "fix" : " node --run fix:prettier && node --run fix:eslint" ,
77 "fix:prettier" : " prettier --write --cache ." ,
Original file line number Diff line number Diff line change @@ -13,14 +13,8 @@ trustPolicy: no-downgrade
1313# Try to keep this list temporary, aim for an empty list of exclusions.
1414trustPolicyExclude : []
1515
16- # Exit with a non-zero exit code if any dependencies have build scripts but
17- # aren't listed in allowBuilds.
18- strictDepBuilds : true
1916# Package matchers to explicitly allow or disallow script execution.
2017# Err on the side of disallowing script execution.
2118# Check every now and then whether any of these entries can be removed.
2219allowBuilds :
2320 esbuild : false
24-
25- # Block transitive dependencies from "exotic sources", like git repositories.
26- blockExoticSubdeps : true
You can’t perform that action at this time.
0 commit comments