eslint / eslint-canary

ESLint regression build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-canary Build Status

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.

Regression build for 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

$ git clone https://github.com/eslint/eslint-canary
$ cd eslint-canary
$ npm install
$ npm test

About

ESLint regression build

License:MIT License


Languages

Language:JavaScript 100.0%