docs: Debug config docs#18698
Merged
mdjermanovic merged 5 commits intomainfrom Jul 18, 2024
Merged
Conversation
|
Hi @nzakas!, thanks for the Pull Request The pull request title isn't properly formatted. We ask that you update the pull request title to match this format, as we use it to generate changelogs and automate releases.
To Fix: You can fix this problem by clicking 'Edit' next to the pull request title at the top of this page. Read more about contributing to ESLint here |
✅ Deploy Preview for docs-eslint ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
aladdin-add
reviewed
Jul 18, 2024
Co-authored-by: 唯然 <weiran.zsd@outlook.com>
Comment on lines
+71
to
+75
| **What To Do:** Run ESLint with the `--inspect-config` command line flag and pass the file to check, like this: | ||
|
|
||
| ```shell | ||
| npx eslint file.js --inspect-config | ||
| ``` |
Member
There was a problem hiding this comment.
We aren't passing filenames to check to Config Inspector.
Lines 346 to 360 in 4514424
This was referenced Aug 18, 2024
This was referenced Aug 18, 2024
This was referenced Aug 19, 2024
This was referenced Sep 23, 2024
This was referenced Sep 29, 2024
This was referenced Oct 26, 2024
This was referenced Oct 29, 2024
This was referenced Oct 30, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prerequisites checklist
What is the purpose of this pull request? (put an "X" next to an item)
[x] Documentation update
[ ] Bug fix (template)
[ ] New rule (template)
[ ] Changes an existing rule (template)
[ ] Add autofix to a rule
[ ] Add a CLI option
[ ] Add something to the core
[ ] Other, please explain:
What changes did you make? (Give an overview)
Added a new page called "Debug Your Configuration" that explains the various ways you can figure out why your configuration isn't working the way you want.
Deploy Preview
Is there anything you'd like reviewers to focus on?