A JSDoc path linting and auto-fixing tool that detects and corrects incorrect file path annotations in JSDoc comments. Version 0.1.1. It is designed for projects using module-based paths and automatically replaces wrong paths with correct ones in JavaScript files under the src directory. The tool is installed globally and run from the component root directory. It processes files recursively and provides detailed output of replaced paths. Not actively maintained.
npm install edu-doc-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs and runs the edu-doc-lint CLI tool to detect and fix incorrect JSDoc file paths in src directory.
Modify the source code if other directories are needed.
Understand that the path correction logic assumes a particular module structure.
Consider alternative JSDoc linting tools like eslint-plugin-jsdoc.
Ensure npm global bin is in PATH: export PATH=$(npm bin -g):$PATH
Ensure your component has a 'src' directory with .js files.
No dependency data recorded yet.