eslint-plugin-import-x
Import checker
An ESLint plugin that enforces best practices for ES6+ import/export syntax and module loading.
eslint-plugin-import-x
is a fork of eslint-plugin-import
that aims to provide a more performant and more lightweight version of the original plugin.
450 stars
4 watching
22 forks
Language: TypeScript
last commit: 3 months ago
Linked from 1 awesome list
eslinteslint-plugineslint-plugin-importhacktoberfest
Related projects:
Repository | Description | Stars |
---|---|---|
| A plugin for ESLint to find and remove unused ES6 module imports. | 535 |
| A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 121 |
| Automatically sorts imports and exports in JavaScript code to improve readability and organization | 2,146 |
| A collection of ESLint rules for JavaScript and TypeScript files. | 10 |
| Detects unsupported ES6 features in IE11 | 14 |
| An ESLint plugin for Svelte, providing unique check rules using the AST generated by svelte-eslint-parser. | 312 |
| ESLint plugin providing rules to enforce coding standards and best practices in NestJS projects | 40 |
| Automatically enforces coding standards for styled components in ESLint | 65 |
| An ESLint plugin for static type checking in JavaScript based on JSDoc and data structures common in software development. | 175 |
| Detects and warns about potential errors in functions that might throw exceptions. | 31 |
| Static AST checker for accessibility rules on JSX elements in React apps. | 22 |
| Prevents use of extended native objects in JavaScript code | 56 |
| An ESLint plugin to convert plain functions into arrow functions where possible without changing behavior. | 55 |
| A plugin for ESLint that enforces coding standards and best practices using Lodash functions. | 276 |
| An ESLint formatter that integrates with GitHub Checks to display lint errors and warnings in pull requests. | 102 |