We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966f1cf commit 9a575ccCopy full SHA for 9a575cc
lib/base.js
@@ -23,7 +23,7 @@ module.exports.buildRule = ({ baseRuleName, description, omitFirstOption, getESL
23
docs: {
24
...jsBaseRule.meta.docs,
25
description,
26
- url: `https://github.com/phanect/eslint-plugin-editorconfig/docs/rules/${baseRuleName}`,
+ url: `https://github.com/phanect/eslint-plugin-editorconfig/docs/rules/${baseRuleName}.md`,
27
},
28
29
0 commit comments