a3b39110cc58af3572df344a00bbc1f5edc7eee0d4af16c46ac91d57965774b0e87558e61017448040548636eec2c5448d2854ffe221f50b5fe316aefc664b 411 B

123456789101112131415161718192021
  1. # ESLintRC Library
  2. This repository contains the legacy ESLintRC configuration file format for ESLint.
  3. **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.
  4. ## Usage
  5. You can install the package as follows:
  6. ```
  7. npm install @eslint/eslintrc --save-dev
  8. # or
  9. yarn add @eslint/eslintrc -D
  10. ```
  11. ## License
  12. MIT License