Skip to content

lockfile-lint

Enabled

This plugin is enabled when there’s a match in dependencies or devDependencies in package.json:

  • lockfile-lint

Default configuration

This configuration is added automatically if the plugin is enabled:

{
"lockfile-lint": {
"config": [
"package.json",
".lockfile-lintrc",
".config/lockfile-lintrc",
".lockfile-lintrc.{json,yaml,yml,js,ts,cjs,mjs,toml}",
"lockfile-lint.config.{js,ts,cjs,mjs}",
".config/lockfile-lintrc.{json,yaml,yml,js,ts,cjs,mjs,toml}"
]
}
}

Your custom config or entry options override default values, they are not merged.

See Plugins for more details.

ISC License © 2024 Lars Kappert