Repo: Internal linter rule for absolute imports from eslint packages #8345
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
repo maintenance
things to do with maintenance of the repo, and not with code/docs
Suggestion
This issue comes from #8216 (comment).
When contributors are working on this codebase, their editors may suggest long relative imports to other packages in the repo. We'd like to be sure, though, that they use the absolute paths from the repo root, e.g.
@typescript-eslint/utils
, rather than these long relative paths.The text was updated successfully, but these errors were encountered: