Shared repository list for eslint-remote-tester, providing over 10,000 GitHub-hosted repositories for testing ESLint rules on real-world codebases. Current stable version is 2.0.2, released in 2023, and is part of the larger eslint-remote-tester ecosystem. This package includes utilities like getRepositories() to retrieve randomized subsets and getPathIgnorePattern() for filtering. Uses CommonJS require() style, but note that the parent package eslint-remote-tester has moved to ESM-only since v4.0.0; this companion package may follow in future releases. Differentiators: large curated repository set, easy integration, TypeScript types included.
npm install eslint-remote-tester-repositoriesVerified import paths — ran on the pinned version, not inferred.
Shows how to use getRepositories and getPathIgnorePattern in an eslint-remote-tester config file.
Watch for breaking changes when upgrading major versions.
Periodically update the package to get the latest list.
Use const { getRepositories } = require('eslint-remote-tester-repositories')Run npm install --save-dev eslint-remote-tester-repositories
No dependency data recorded yet.