Skip to content

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

Notifications You must be signed in to change notification settings

CordXApp/lintydeps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published