You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/src/use/configure/debug.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ ESLint creates a configuration for each file that is linted based on your config
20
20
npx eslint --debug file.js
21
21
```
22
22
23
-
This outputs all of ESLint's debugging information onto the console. You should copy this output to a file and then search for "eslint.config.js` to see which file is loaded. Here's some example output:
23
+
This outputs all of ESLint's debugging information onto the console. You should copy this output to a file and then search for `eslint.config.js` to see which file is loaded. Here's some example output:
24
24
25
25
```text
26
26
eslint:eslint Using file patterns: bin/eslint.js +0ms
0 commit comments