Skip to content

Commit 02d7516

Browse files
committed
docs: add docs url of the rule match-with-fex
1 parent 83563ef commit 02d7516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/match-with-fex.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
'The folder should match the naming pattern specified by the file extension',
1919
category: 'Layout & Formatting',
2020
recommended: false,
21-
url: null, //TODO URL to the documentation page for this rule
21+
url: 'https://github.com/DukeLuo/eslint-plugin-check-folder/blob/main/docs/rules/match-with-fex.md',
2222
},
2323
fixable: null,
2424
schema: [

0 commit comments

Comments
 (0)