eslint-plugin-unused-imports
Import remover
A plugin for ESLint to find and remove unused ES6 module imports.
Package to separate no-unused-vars and no-unused-imports for eslint as well as providing an autofixer for the latter.
535 stars
8 watching
21 forks
Language: TypeScript
last commit: 6 months ago Related projects:
Repository | Description | Stars |
---|---|---|
| An ESLint plugin that enforces best practices for ES6+ import/export syntax and module loading. | 450 |
| Automatically sorts imports and exports in JavaScript code to improve readability and organization | 2,146 |
| Tool for detecting and removing unused import statements in code | 239 |
| Prevents use of extended native objects in JavaScript code | 56 |
| Detects unused Material UI styling classes in JavaScript code | 31 |
| Detects unsupported ES6 features in IE11 | 14 |
| Prevents binding functions and initial state setup in class constructors to improve code clarity and reduce unnecessary complexity. | 12 |
| An ESLint plugin for Svelte, providing unique check rules using the AST generated by svelte-eslint-parser. | 312 |
| An ESLint configuration to enforce classic JavaScript features in TypeScript by banning excessive keywords | 1 |
| ESLint plugin providing rules to enforce coding standards and best practices in NestJS projects | 40 |
| Automates file renaming and relocation to standardize directory structures in codebases | 8 |
| A collection of ESLint rules for JavaScript and TypeScript files. | 10 |
| A plugin for ESLint that enforces consistent code formatting and organization through rules-based sorting of various data structures. | 2,220 |
| A plugin to disable ESLint plugins using file path patterns and inline comments. | 56 |
| Automatically enforces coding standards for styled components in ESLint | 65 |