File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments