Users have brought up the use case of overriding and allowing certain files to use relative imports instead of forcing absolute imports. One particular use case is that of barrel files.
While features have been added to enable certain files to avoid the lint, those features are enabled for all types of declarations. In the case of barrel files, users may conceivably only want their re-exports to be permitted to use relative paths and keep actual imports as absolute paths.
Users have brought up the use case of overriding and allowing certain files to use relative imports instead of forcing absolute imports. One particular use case is that of barrel files.
While features have been added to enable certain files to avoid the lint, those features are enabled for all types of declarations. In the case of barrel files, users may conceivably only want their re-exports to be permitted to use relative paths and keep actual imports as absolute paths.