depkeeper-preset-yoshi
Depkeeper preset for yoshi.
Rules for dependencies are specified in rules.js
Whitelist is used if you want to opt out running the depcheck for a specific depedency. You can set the time up to which the dependency check will be ignored.
Example of whitelist
{
'package-name': {
'dependency-name': '2018/08/16'
}
}
Where:
package-name
is the package that is currently being built (from package.json
)
dependency-name
the dependency which we want to ignore the depkeeper rules for (e.g. wix-style-react
, yoshi
)