Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

telemetry: collect feature usage for linting during build #32022

Merged
merged 4 commits into from Dec 7, 2021

Commits on Dec 2, 2021

  1. telemetry: collect feature usage for linting during build

    Currently, we have telemetry to measure how ESLint is invoked,
    but we do not have telemetry that tells us how many users have
    disabled ESLint during build.
    
    This commit adds a new feature, `build lint` to track this metric.
    kyliau committed Dec 2, 2021
    Copy the full SHA
    f4d2bce View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Copy the full SHA
    8618d84 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Copy the full SHA
    d55a86d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d97debe View commit details
    Browse the repository at this point in the history