Được TopGit lập chỉ mục từ metadata GitHub: eslint/eslintrc có 178 sao, viết chủ yếu bằng JavaScript. The legacy ESLintRC config file format for ESLint
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
This repository contains the legacy ESLintRC configuration file format for ESLint. This package is not intended for use outside of the ESLint ecosystem. It is ESLint-specific and not intended for use in other programs.
Note: This package is frozen except for critical bug fixes as ESLint moves to a new config system.
Installation
You can install the package as follows:
npm install @eslint/eslintrc -D
# or
yarn add @eslint/eslintrc -D
# or
pnpm install @eslint/eslintrc -D
# or
bun install @eslint/eslintrc -D
Usage (ESM)
The primary class in this package is FlatCompat, which is a utility to translate ESLintRC-style configs into flat configs. Here's how you use it inside of your eslint.config.js file:
Using FlatCompat in CommonJS files is similar to ESM, but you'll use require() and module.exports instead of import and export. Here's how you use it inside of your eslint.config.js CommonJS file:
TypeError: Missing parameter 'recommendedConfig' in FlatCompat constructor
The recommendedConfig option is required when any config uses eslint:recommended, including any config in an extends clause. To fix this, follow the example above using @eslint/js to provide the eslint:recommended config.
TypeError: Missing parameter 'allConfig' in FlatCompat constructor
The allConfig option is required when any config uses eslint:all, including any config in an extends clause. To fix this, follow the example above using @eslint/js to provide the eslint:all config.
License
MIT License
Sponsors
The following companies, organizations, and individuals support ESLint's ongoing maintenance and development. Become a Sponsor
to get your logo on our READMEs and website.
Platinum Sponsors
Gold Sponsors
Silver Sponsors
Bronze Sponsors
Technology Sponsors
Technology sponsors allow us to use their products and services for free as part of a contribution to the open source ecosystem and our work.
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/eslint/eslintrc là nguồn chính thức.
eslint/eslintrc có phải mã nguồn mở không?
Có — eslint/eslintrc phát hành theo license MIT, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/eslint/eslintrc.
eslint/eslintrc có website riêng không?
TopGit chưa ghi nhận URL trang chủ cho eslint/eslintrc. Phần README ở tab phía trên thường có link demo, hoặc xem mô tả GitHub của repo.
eslint/eslintrc dùng license gì?
eslint/eslintrc phát hành theo license MIT. Nên mở file LICENSE trên GitHub để xác nhận — license metadata đôi khi lệch với thực tế dự án.
eslint/eslintrc là gì?
eslint/eslintrc (eslint/eslintrc) là dự án JavaScript trên GitHub. Theo mô tả gốc: The legacy ESLintRC config file format for ESLint
Đọc đầy đủ README ở tab phía trên.
eslintrc có đáng để bạn bỏ thời gian?
ChatGPT, Claude và Perplexity đều đọc được trang này. Hỏi thử xem họ nghĩ gì về eslintrc.