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.
431 stars
4 watching
19 forks
Language: TypeScript
last commit: 7 days ago
Linked from 1 awesome list
eslinteslint-plugineslint-plugin-importhacktoberfest
Related projects:
Repository | Description | Stars |
---|---|---|
sweepline/eslint-plugin-unused-imports | A plugin for ESLint to find and remove unused ES6 module imports. | 523 |
eslint-community/eslint-plugin-es-x | A plugin for ESLint that checks JavaScript code for compliance with ECMAScript syntax rules. | 118 |
lydell/eslint-plugin-simple-import-sort | Automatically sorts imports and exports in JavaScript code to improve readability and organization | 2,114 |
iliubinskii/eslint-plugin-misc | A collection of ESLint rules for JavaScript and TypeScript files. | 10 |
volox/eslint-plugin-ie11 | Detects unsupported ES6 features in IE11 | 14 |
sveltejs/eslint-plugin-svelte | An ESLint plugin that provides unique check rules for Svelte applications using its AST | 305 |
unlight/eslint-plugin-nestjs | ESLint plugin providing rules to enforce coding standards and best practices in NestJS projects | 40 |
tinloof/eslint-plugin-better-styled-components | Automatically enforces coding standards for styled components in ESLint | 65 |
yarax/eslint-plugin-typelint | An ESLint plugin for static type checking in JavaScript based on JSDoc and data structures common in software development. | 175 |
akronae/eslint-plugin-exception-handling | Detects and warns about potential errors in functions that might throw exceptions. | 26 |
infofarmer/eslint-plugin-jsx-a11y | Static AST checker for accessibility rules on JSX elements in React apps. | 22 |
dustinspecker/eslint-plugin-no-use-extend-native | Prevents use of extended native objects in JavaScript code | 56 |
jamiemason/eslint-plugin-prefer-arrow-functions | An ESLint plugin to convert plain functions into arrow functions where possible without changing behavior. | 53 |
wix-incubator/eslint-plugin-lodash | A plugin for ESLint that enforces coding standards and best practices using Lodash functions. | 277 |
hipstersmoothie/eslint-formatter-github | An ESLint formatter that integrates with GitHub Checks to display lint errors and warnings in pull requests. | 102 |