product/node_modules/@eslint/eslintrc
Ruikang Zhang e96405c650 Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
..
conf Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
lib Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
node_modules Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
CHANGELOG.md Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
README.md Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00
package.json Merge remote-tracking branch 'product/product' into product 2024-04-14 10:25:28 +08:00

README.md

ESLintRC Library

This repository contains the legacy ESLintRC configuration file format for ESLint.

Note: This package is not intended for use outside of the ESLint ecosystem. It is ESLint-specific and not intended for use in other programs.

Usage

You can install the package as follows:

npm install @eslint/eslintrc --save-dev

# or

yarn add @eslint/eslintrc -D

License

MIT License