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
The primary goal of this feature is to identify and flag any exports in a module that are not being used in any other part of the application. This enhancement aligns with the best practices of clean and efficient coding, ensuring that our codebase remains lean and maintainable.
Feature Description
The "NoUsedExports" feature will:
Scan all modules in a project to track exports.
Identify exports that are not imported or used in any other modules.
Flag these unused exports as warnings/errors in the linter report.
Be configurable to either warn or error out in the build process.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Objective
The primary goal of this feature is to identify and flag any exports in a module that are not being used in any other part of the application. This enhancement aligns with the best practices of clean and efficient coding, ensuring that our codebase remains lean and maintainable.
Feature Description
The "NoUsedExports" feature will:
Scan all modules in a project to track exports.
Identify exports that are not imported or used in any other modules.
Flag these unused exports as warnings/errors in the linter report.
Be configurable to either warn or error out in the build process.
Beta Was this translation helpful? Give feedback.
All reactions