eslint-plugin-import
Import validator
A plugin that validates proper imports in JavaScript code.
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. | 450 |
sindresorhus/eslint-plugin-unicorn | A comprehensive ESLint plugin providing over 100 custom rules for improved JavaScript code quality and best practices. | 4,326 |
jsx-eslint/eslint-plugin-react | Provides specific linting rules for React in ESLint | 9,025 |
sweepline/eslint-plugin-unused-imports | A plugin for ESLint to find and remove unused ES6 module imports. | 534 |
jsx-eslint/eslint-plugin-jsx-a11y | A plugin for ESLint that helps identify accessibility issues in React applications through static code analysis | 3,434 |
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,146 |
amilajack/eslint-plugin-compat | A plugin to check browser compatibility of your code | 3,090 |
xojs/xo | An ESLint wrapper with default settings and integrations to simplify JavaScript/TypeScript code review and optimization. | 7,713 |
eslint/eslint | A tool for identifying and reporting on patterns in JavaScript code to improve its quality and consistency. | 25,239 |
stylelint/stylelint | A tool that analyzes and validates CSS code to ensure it adheres to conventions and is error-free. | 11,066 |
standard/eslint-config-standard | Provides a standardized ESLint configuration for JavaScript code style | 2,611 |
github/eslint-plugin-github | An opinionated collection of ESLint rules used by GitHub. | 302 |
eslint/js | A monorepo for JavaScript language tools that provides linting and analysis capabilities. | 2,292 |
dustinspecker/eslint-plugin-no-use-extend-native | Prevents use of extended native objects in JavaScript code | 56 |