0.0.1 • Published 8 months ago

lintydeps v0.0.1

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

LintyDeps

LintyDeps is a tool designed to find and report missing or unused dependencies and dev dependencies in your project.


Installation

You can install LintyDeps using npm:

npm install lintydeps --save-dev

Basic Usage

You can use LintyDeps by running the following command:

npx linty <location>

For example:

npx linty .

Configuration

LintyDeps can be configured using a .lintyrc file in the root of your project. The configuration file can be in JSON or YAML format. Here is a basic config example in yaml:

withoutDev: true
ignoreDirs:
  - node_modules
  - dist