eslint-plugin-import
Import checker
A tool that helps catch errors and enforce best practices in JavaScript import statements.
ESLint plugin with rules that help validate proper imports.
6k stars
38 watching
2k forks
Language: JavaScript
last commit: 6 days ago
Linked from 1 awesome list
code-qualityeslinteslint-pluginhacktoberfestimportjavascriptlintlinting
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 |
sindresorhus/eslint-plugin-unicorn | A comprehensive ESLint plugin providing over 100 custom rules for improved JavaScript code quality and best practices. | 4,291 |
jsx-eslint/eslint-plugin-react | Provides specific linting rules for React in ESLint | 8,999 |
sweepline/eslint-plugin-unused-imports | A plugin for ESLint to find and remove unused ES6 module imports. | 523 |
jsx-eslint/eslint-plugin-jsx-a11y | A plugin for ESLint that helps identify accessibility issues in React applications through static code analysis | 3,415 |
standard-things/esm | An ECMAScript module loader for Node.js that provides a simple and production-ready way to support ES modules in Node 6+ | 5,274 |
lydell/eslint-plugin-simple-import-sort | Automatically sorts imports and exports in JavaScript code to improve readability and organization | 2,114 |
amilajack/eslint-plugin-compat | A plugin to check browser compatibility of your code | 3,081 |
xojs/xo | An ESLint wrapper with default settings and integrations to simplify JavaScript/TypeScript code review and optimization. | 7,698 |
eslint/eslint | A tool for identifying and reporting on patterns in JavaScript code to improve its quality and consistency. | 25,110 |
stylelint/stylelint | A tool that analyzes and validates CSS code to ensure it adheres to conventions and is error-free. | 11,033 |
standard/eslint-config-standard | Provides a standardized ESLint configuration for JavaScript code style | 2,610 |
github/eslint-plugin-github | An opinionated ESLint configuration providing useful rules for JavaScript applications. | 299 |
eslint/js | A monorepo for JavaScript language tools that provides linting and analysis capabilities. | 2,286 |
dustinspecker/eslint-plugin-no-use-extend-native | Prevents use of extended native objects in JavaScript code | 56 |