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
-**Unused export detection**— finds functions, types, classes, interfaces, enums, and consts that are exported but never imported within your project
-**Orphaned CSS detection**— finds CSS module classes that are defined but never referenced in TSX/JSX files
84
-
-**Safe auto-removal**—`--dry-run` preview mode shows exactly what will be deleted before making changes
85
-
-**Full-project AST analysis**— regex-based scanning covers export/import patterns, route detection, CSS class usage, and component references across your entire codebase
86
-
-**Monorepo support**— handles large projects efficiently with ignore patterns
87
-
-**CI integration**— JSON output for automated pipelines and gating
81
+
-**Unused export detection**— finds functions, types, classes, interfaces, enums, and consts that are exported but never imported within your project
-**Orphaned CSS detection**— finds CSS module classes that are defined but never referenced in TSX/JSX files
84
+
-**Safe auto-removal**—`--dry-run` preview mode shows exactly what will be deleted before making changes
85
+
-**Full-project AST analysis**— regex-based scanning covers export/import patterns, route detection, CSS class usage, and component references across your entire codebase
86
+
-**Monorepo support**— handles large projects efficiently with ignore patterns
87
+
-**CI integration**— JSON output for automated pipelines and gating
0 commit comments