v2.7.0
Added
- The ability to pass config using:
- a
npmPackageJsonLintConfigproperty inpackage.json - a
.npmpackagejsonlintrcfile in the current working directory - a
npmpackagejsonlint.config.jsfile that exports a config object in the current working directory. - a global
.npmpackagejsonlintrcfile in the root of your user directory - a global
npmpackagejsonlint.config.jsfile that exports a config object in the root of your user directory
- a
Please see configuration object wiki page.