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: Improve config error messages #17385

Merged
merged 4 commits into from
Jul 19, 2023
Merged

feat: Improve config error messages #17385

merged 4 commits into from
Jul 19, 2023

Commits on Jul 18, 2023

  1. feat: Improve config error messages

    Includes some keys to catch known eslintrc keys when they appear in flat
    config. This throws a specific error that the ESLint CLI can then output
    a more helpful message about.
    
    fixes #17370
    nzakas committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    09151f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Update messages/eslintrc-incompat.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    65df514 View commit details
    Browse the repository at this point in the history
  2. Update messages/eslintrc-incompat.js

    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1c26762 View commit details
    Browse the repository at this point in the history
  3. Apply feedback

    nzakas committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8dccf61 View commit details
    Browse the repository at this point in the history