https://github.com/eslint/eslint-canary
ESLint regression build
https://github.com/eslint/eslint-canary
Last synced: 5 months ago
JSON representation
ESLint regression build
- Host: GitHub
- URL: https://github.com/eslint/eslint-canary
- Owner: eslint
- License: mit
- Archived: true
- Created: 2017-01-12T03:46:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T06:10:37.000Z (over 4 years ago)
- Last Synced: 2024-04-14T10:26:30.889Z (about 1 year ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 10
- Watchers: 11
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# eslint-canary [](https://travis-ci.org/eslint/eslint-canary)
> This repository is archived because the team lacks bandwidth to maintain it. If you're interested in continuing development, please reach out via our [mailing list](https://groups.google.com/group/eslint).
Regression build for [ESLint](https://github.com/eslint/eslint)
`eslint-canary` clones a hardcoded list of projects known to use ESLint, and runs ESLint on all of them to ensure that no errors are reported. This is intended to catch regressions in ESLint that are missed by ESLint's unit tests.
## Usage
```
$ npm install eslint-canary -g
$ eslint-canary path/to/package/folder/containing/eslint
```## Development
```bash
$ git clone https://github.com/eslint/eslint-canary
$ cd eslint-canary
$ npm install
$ npm test
```