Skip to content

Commit b84deb1

Browse files
committed
Fix docs url in eslint config also
1 parent 0505e58 commit b84deb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
'error',
2626
{
2727
pattern:
28-
'https://github.com/joshuajaco/eslint-plugin-workspaces/docs/rules/{{name}}.md',
28+
'https://github.com/joshuajaco/eslint-plugin-workspaces/blob/master/docs/rules/{{name}}.md',
2929
},
3030
],
3131
'prettier/prettier': 'error',

0 commit comments

Comments
 (0)