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.
523 stars
8 watching
21 forks
Language: TypeScript
last commit: 2 months ago Related projects:
Repository | Description | Stars |
---|---|---|
un-ts/eslint-plugin-import-x | An ESLint plugin that enforces best practices for ES6+ import/export syntax and module loading. | 431 |
lydell/eslint-plugin-simple-import-sort | Automatically sorts imports and exports in JavaScript code to improve readability and organization | 2,114 |
hakancelikdev/unimport | Tool for detecting and removing unused import statements in code | 239 |
dustinspecker/eslint-plugin-no-use-extend-native | Prevents use of extended native objects in JavaScript code | 56 |
jens-ox/eslint-plugin-material-ui-unused-classes | Detects unused Material UI styling classes in JavaScript code | 31 |
volox/eslint-plugin-ie11 | Detects unsupported ES6 features in IE11 | 14 |
markalfred/eslint-plugin-no-constructor-bind | Prevents binding functions and initial state setup in class constructors to improve code clarity and reduce unnecessary complexity. | 12 |
sveltejs/eslint-plugin-svelte | An ESLint plugin that provides unique check rules for Svelte applications using its AST | 305 |
cunarist/eslint-config-clean-typescript | An ESLint configuration to enforce classic JavaScript features in TypeScript by banning excessive keywords | 1 |
unlight/eslint-plugin-nestjs | ESLint plugin providing rules to enforce coding standards and best practices in NestJS projects | 40 |
jamiemason/eslint-plugin-move-files | Automates file renaming and relocation to standardize directory structures in codebases | 8 |
iliubinskii/eslint-plugin-misc | A collection of ESLint rules for JavaScript and TypeScript files. | 10 |
azat-io/eslint-plugin-perfectionist | A plugin for ESLint that enforces consistent sorting of various data in code | 1,932 |
mradionov/eslint-plugin-disable | A plugin to disable ESLint plugins using file path patterns and inline comments. | 56 |
tinloof/eslint-plugin-better-styled-components | Automatically enforces coding standards for styled components in ESLint | 65 |