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

Upgrade: @eslint/eslintrc to fix rule schema validation (fixes #13793) #13794

Merged
merged 2 commits into from Oct 27, 2020

Commits on Oct 26, 2020

  1. Chore: Repro missing built-in rule validation (refs #13793)

    The bulk of our tests for rule schemas are isolated unit tests of
    `ConfigValidator`. This is a single test to be sure we actually run rule
    schema validation end-to-end and prevent cases like #13793.
    
    After I run a patch release of `@eslint/eslintrc`, I'll push a second
    commit on this branch to bump the dependency version and fix the test.
    btmills committed Oct 26, 2020
    Copy the full SHA
    36ee8ab View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

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