Skip to content

v2.7.0

Compare
Choose a tag to compare
@tclindner tclindner released this 09 Aug 03:28
· 920 commits to master since this release

Added

  • The ability to pass config using:
    1. a npmPackageJsonLintConfig property in package.json
    2. a .npmpackagejsonlintrc file in the current working directory
    3. a npmpackagejsonlint.config.js file that exports a config object in the current working directory.
    4. a global .npmpackagejsonlintrc file in the root of your user directory
    5. a global npmpackagejsonlint.config.js file that exports a config object in the root of your user directory

Please see configuration object wiki page.