ESLint 是一个专注于 JavaScript 代码质量的组织,其 GitHub 上有多个公开的仓库,包括 eslint、js 和 config-inspector。该组织利用 JavaScript 和 TypeScript 这两种主要语言,提供了一系列广泛使用的工具,帮助开发者发现和修复代码问题。
Find and fix problems in your JavaScript code.
Monorepo for the JS language tools.
A visual tool for inspecting and understanding your ESLint flat configs.
An ESLint custom parser which leverages TypeScript ESTree to allow for ESLint to lint TypeScript source code.
Lint JavaScript code blocks in Markdown documents
JSDoc parser
Monorepo for the new version of ESLint
CSS language plugin for ESLint
A Yeoman generator to help with ESLint development
The legacy ESLintRC config file format for ESLint
Repo for managing Requests For Comments (RFCs) for the ESLint project
eslint-scope: ECMAScript scope analyzer
JSON language plugin for ESLint
Utility to create ESLint config files
The ESLint website
ESLint website
Plugin-based GitHub bot for ESLint
The local eslint executor.
ESLint Code Explorer
Repository for creating and triaging issues in Japanese
Constants and utilities about visitor keys to traverse AST.
Codemods for the ESLint ecosystem
Technical Steering Committee meeting notes, proposals, and related information
The ESLint release tool
Chinese ESLint documentation
A tool set for CSS including fast detailed parser, walker, generator and lexer based on W3C specs and browser implementations
Simplified Chinese website
ESLint online playground
ESLint regression build
(Deprecated) A testing utility for ESLint
A GitHub action to run ESLint on pull requests
Official ESLint codemods to help users adopt new features and handle breaking changes with ease.
Shared workflows across the ESLint organization
Community health files for ESLint
eslint 主要构建了一系列用于 JavaScript 代码质量检查的工具,包括 eslint 和 markdown 等仓库。这些工具帮助开发者识别和解决代码中的潜在问题,提升代码的可维护性和可读性。
eslint 主要使用 JavaScript 和 TypeScript 作为其核心编程语言。这使得其工具能够有效地处理和分析 JavaScript 及 TypeScript 代码,确保代码符合最佳实践。
是的,eslint 的所有仓库都是公开的。任何人都可以访问其 GitHub 页面,查看和使用其提供的工具,参与贡献和改进项目。