We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83563ef commit 02d7516Copy full SHA for 02d7516
lib/rules/match-with-fex.js
@@ -18,7 +18,7 @@ module.exports = {
18
'The folder should match the naming pattern specified by the file extension',
19
category: 'Layout & Formatting',
20
recommended: false,
21
- url: null, //TODO URL to the documentation page for this rule
+ url: 'https://github.com/DukeLuo/eslint-plugin-check-folder/blob/main/docs/rules/match-with-fex.md',
22
},
23
fixable: null,
24
schema: [
0 commit comments