We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f817d commit bd7eea6Copy full SHA for bd7eea6
1 file changed
extensions/ql-vscode/.markdownlint-cli2.cjs
@@ -1,7 +1,7 @@
1
// 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.
+// that the VS Code markdownlint extension can pick them up
+// too, since that only considers _this_ file when looking
+// at files in this directory or below.
5
base_options = require('../../.markdownlint.json')
6
7
const options = require('@github/markdownlint-github').init(
0 commit comments