Skip to content

Commit 7a5e654

Browse files
committed
Add comment about base config
#2268 (comment)
1 parent bd7eea6 commit 7a5e654

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.vscode/settings.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,13 @@
5252
"./extensions/ql-vscode/node_modules/@github/markdownlint-github/src/rules/no-generic-link-text.js"
5353
],
5454

55-
// This ensures that the rule enablement done by github-markdownlint is considered
56-
// by the extension too.
55+
// This ensures that the accessibility rule enablement done by github-markdownlint is
56+
// considered by the extension too.
57+
//
58+
// Unfortunately, we can only specify a single extends, so the config here isn't
59+
// identical since it can't also consider @github/markdownlint-github/style/base.json
60+
// That's not as bad as it could be since the full config is considered for anything
61+
// in extensions/ql-vscode/ or its subfolders anyway.
5762
//
5863
// Additional nonfiguration of the default rules is done in .markdownlint.json,
5964
// which is picked up by the extension automatically, and read explicitly in

0 commit comments

Comments
 (0)