We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flags.js
1 parent 3c22d2a commit 4c4f53bCopy full SHA for 4c4f53b
1 file changed
lib/shared/flags.js
@@ -10,7 +10,7 @@
10
*/
11
const activeFlags = new Map([
12
["test_only", "Used only for testing."],
13
- ["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."],
14
["unstable_ts_config", "Enable TypeScript configuration files."]
15
]);
16
0 commit comments