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

feat: ability to test rule errors and invalid schemas #16823

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    acc77ba View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Update docs/src/integrate/nodejs-api.md

    Co-authored-by: Nicholas C. Zakas <[email protected]>
    bmish and nzakas committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    a61487b View commit details
    Browse the repository at this point in the history
  2. Update lib/shared/schema-validation-error.js

    Co-authored-by: Nicholas C. Zakas <[email protected]>
    bmish and nzakas committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    bd22fa5 View commit details
    Browse the repository at this point in the history
  3. Update lib/rule-tester/rule-tester.js

    Co-authored-by: Milos Djermanovic <[email protected]>
    bmish and mdjermanovic committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    0f606e3 View commit details
    Browse the repository at this point in the history
  4. null check

    bmish committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    f015c1b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into rfc-103

    * main: (101 commits)
      docs: Migrating `eslint-env` configuration comments (eslint#17390)
      Merge pull request from GHSA-qwh7-v8hg-w8rh
      feat: adds option for allowing empty object patterns as parameter (eslint#17365)
      fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (eslint#17393)
      docs: fix Ignoring Files section in config migration guide (eslint#17392)
      docs: Update README
      feat: Improve config error messages (eslint#17385)
      fix: Update no-loop-func to not overlap with no-undef (eslint#17358)
      docs: Update README
      docs: Update README
      8.45.0
      Build: changelog update for 8.45.0
      chore: package.json update for @eslint/js release
      docs: add playground links to correct and incorrect code blocks (eslint#17306)
      docs: Expand rule option schema docs (eslint#17198)
      docs: Config Migration Guide (eslint#17230)
      docs: Update README
      fix: Fix suggestion message in `no-useless-escape` (eslint#17339)
      docs: Update README
      chore: update eslint-config-eslint exports (eslint#17336)
      ...
    bmish committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    da2acb1 View commit details
    Browse the repository at this point in the history
  6. Update lib/rule-tester/rule-tester.js

    Co-authored-by: Milos Djermanovic <[email protected]>
    bmish and mdjermanovic committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    f03dbb2 View commit details
    Browse the repository at this point in the history
  7. fix jsdoc

    bmish committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    109fab0 View commit details
    Browse the repository at this point in the history
  8. reword node api doc

    bmish committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    de93fe6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. test null check

    bmish committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2b39ad3 View commit details
    Browse the repository at this point in the history