Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

deplint

jviotti2.8kApache-2.01.1.3

Lint dependencies requirements

readme

DepLint

Lint dependencies requirements.

Installation

npm install --global deplint

Documentation

Your package.json should contain a deplint key with these properties:

  • String[] files: An array of file patterns to scan
  • String[] modules: An array of directories that represent your top level sub-components

Support

If you're having any problem, please raise an issue on GitHub and I'll be happy to help.

Tests

Run the test suite by doing:

npm test

Contribute

License

The project is licensed under the Apache 2.0 license.

changelog

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

1.1.3 - 2021-02-01

  • Upgrade hawthorn to v1.2.7

1.1.2 - 2019-05-15

  • Fix README links

1.1.1 - 2019-01-31

  • Make entry point executable

1.1.0 - 2019-01-31

  • Check for dynamic dependencies