Skip to content

Commit

Permalink
chore: add missing backticks to flags.js (#19226)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumirlumir authored Dec 9, 2024
1 parent 3c22d2a commit 4c4f53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared/flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
const activeFlags = new Map([
["test_only", "Used only for testing."],
["unstable_config_lookup_from_file", "Look up eslint.config.js from the file being linted."],
["unstable_config_lookup_from_file", "Look up `eslint.config.js` from the file being linted."],
["unstable_ts_config", "Enable TypeScript configuration files."]
]);

Expand Down

0 comments on commit 4c4f53b

Please sign in to comment.