Skip to content

Commit 4c4f53b

Browse files
authoredDec 9, 2024··
chore: add missing backticks to flags.js (#19226)
1 parent 3c22d2a commit 4c4f53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/shared/flags.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
const activeFlags = new Map([
1212
["test_only", "Used only for testing."],
13-
["unstable_config_lookup_from_file", "Look up eslint.config.js from the file being linted."],
13+
["unstable_config_lookup_from_file", "Look up `eslint.config.js` from the file being linted."],
1414
["unstable_ts_config", "Enable TypeScript configuration files."]
1515
]);
1616

0 commit comments

Comments
 (0)
Please sign in to comment.