Skip to content

Commit 085f850

Browse files
authored
Merge pull request #54 from phanect/docs-fix
Fix links to the docs
2 parents 966f1cf + 45ca04e commit 085f850

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports.buildRule = ({ baseRuleName, description, omitFirstOption, getESL
2323
docs: {
2424
...jsBaseRule.meta.docs,
2525
description,
26-
url: `https://github.com/phanect/eslint-plugin-editorconfig/docs/rules/${baseRuleName}`,
26+
url: `https://github.com/phanect/eslint-plugin-editorconfig/docs/rules/${baseRuleName}.md`,
2727
},
2828
},
2929

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-editorconfig",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "An ESLint plugin to enforce EditorConfig rules",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)