tessl install tessl/npm-eslint-plugin-import-x@3.1.0ESLint plugin providing comprehensive linting rules for ES2015+ import/export syntax with static analysis and module system enforcement.
Agent Success
Agent success rate when using this tile
80%
Improvement
Agent success rate improvement when using this tile compared to baseline
0.96x
Baseline
Agent success rate without this tile
83%
Configure a linting setup that flags modules in the project which either expose no exports or expose exports that are never consumed elsewhere, while allowing intentional ignores for utility areas.
src/ that has no exports or whose exports are never imported anywhere else in the project. @testsrc/__mocks__/ and any file ending with .stories.tsx are ignored by the unused-export checks even if they have no consumers. @test@generates
src/**/*.{js,ts,tsx}.Provides import/export linting with project-wide unused export detection.