Checks import paths for correctness and consistency in codebases.
A plugin for ESLint that checks import paths for consistency and correctness.
Install the plugin using npm:
``bash``
npm install eslint-plugin-check-import-path --save-dev
- Ensures consistent import paths across your project
- Validates import paths against a set of rules
- Provides clear error messages for path inconsistencies
Contributions are welcome! Please follow the guidelines in the CONTRIBUTING.md file.
This project is licensed under the MIT License. See the LICENSE file for more information.