JSPM

  • Created
  • Published
  • Downloads 47815295
  • Score
    100M100P100Q231653F
  • License MIT

The legacy ESLintRC config file format for ESLint

Package Exports

  • @eslint/eslintrc
  • @eslint/eslintrc/conf/environments
  • @eslint/eslintrc/lib/cascading-config-array-factory
  • @eslint/eslintrc/lib/config-array/config-array
  • @eslint/eslintrc/lib/shared/config-ops
  • @eslint/eslintrc/lib/shared/config-validator
  • @eslint/eslintrc/lib/shared/naming
  • @eslint/eslintrc/lib/shared/relative-module-resolver
  • @eslint/eslintrc/package.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@eslint/eslintrc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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