Skip to content

Commit bd7eea6

Browse files
committed
Clarify which extension
#2268 (comment)
1 parent b2f817d commit bd7eea6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extensions/ql-vscode/.markdownlint-cli2.cjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Having the base options in a top-level config file means
2-
// that the extension can pick them up too, since that only
3-
// considers _this_ file when looking at files in this directory
4-
// or below.
2+
// that the VS Code markdownlint extension can pick them up
3+
// too, since that only considers _this_ file when looking
4+
// at files in this directory or below.
55
base_options = require('../../.markdownlint.json')
66

77
const options = require('@github/markdownlint-github').init(

0 commit comments

Comments
 (0)