0.0.1 • Published 8 months ago
lintydeps v0.0.1
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
0.0.1
8 months ago