You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It analyzes tsconfig.json and reports a relative paths in imports that must be replaced to a path aliases like @foo/x/y.
This rule supports an auto fix, and option for excluded paths in development, so in next versions user may just add deprecated paths or alias names in rule options and aliases will be reverted to relative paths back. This plugin automate control over aliases management
The text was updated successfully, but these errors were encountered:
Hi, what about add a rule
paths/alias
in eslint-plugin-paths plugin?It analyzes
tsconfig.json
and reports a relative paths in imports that must be replaced to a path aliases like@foo/x/y
.This rule supports an auto fix, and option for excluded paths in development, so in next versions user may just add deprecated paths or alias names in rule options and aliases will be reverted to relative paths back. This plugin automate control over aliases management
The text was updated successfully, but these errors were encountered: