Skip to content

Commit

Permalink
Merge pull request #54 from phanect/docs-fix
Browse files Browse the repository at this point in the history
Fix links to the docs
  • Loading branch information
phanect authored Jul 2, 2022
2 parents 966f1cf + 45ca04e commit 085f850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports.buildRule = ({ baseRuleName, description, omitFirstOption, getESL
docs: {
...jsBaseRule.meta.docs,
description,
url: `https://github.com/phanect/eslint-plugin-editorconfig/docs/rules/${baseRuleName}`,
url: `https://github.com/phanect/eslint-plugin-editorconfig/docs/rules/${baseRuleName}.md`,
},
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-editorconfig",
"version": "4.0.0",
"version": "4.0.1",
"description": "An ESLint plugin to enforce EditorConfig rules",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 085f850

Please sign in to comment.