UNPKG

eslint-plugin-path

Version:

An ESLint plugin for enforcing consistent imports across project. In other words, it helps to replace all relatives import with absolutes dependinng on settings.

9 lines (5 loc) 316 B
## [v1.1.0] - 2022-12-11 - Added support for jsconfig and tsconfig files ## [v0.1.0] - 2022-03-28 - Added [no-relative-imports](https://github.com/qDanik/eslint-plugin-path/blob/main/docs/rules/no-relative-imports.md) | disallow relative imports of files where absolute is preferred | - Added this CHANGELOG file