mirror of
https://github.com/strapi/strapi.git
synced 2026-05-03 16:22:30 +00:00
19 lines
551 B
JSON
19 lines
551 B
JSON
{
|
|
"source": ["package.json", "**/package.json"],
|
|
"dependencyTypes": ["prod", "dev"],
|
|
"lintFormatting": false,
|
|
"lintSemverRanges": false,
|
|
"versionGroups": [
|
|
{
|
|
"label": "Yarn catalog references (catalog:) — version resolved from .yarnrc.yml [catalog] section, syncpack v13 classifies these as 'unsupported' specifiers",
|
|
"specifierTypes": ["unsupported"],
|
|
"isIgnored": true
|
|
},
|
|
{
|
|
"label": "Ignore non-exact (workspace, ranges, etc.)",
|
|
"specifierTypes": ["!exact"],
|
|
"isIgnored": true
|
|
}
|
|
]
|
|
}
|