Skip to content

Commit 4b8f039

Browse files
committed
chore: Update rule descriptions and URLs for no-comments, no-default-export, and no-destructuring rules
1 parent 3d322e6 commit 4b8f039

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/rules/no-comments.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const meta = {
1212
type: 'problem',
1313
docs: {
1414
description: 'Disallow comments except for specified allowed patterns.',
15+
url: 'https://github.com/tomerh2001/eslint-plugin-th-rules/blob/main/docs/rules/no-comments.md'
1516
},
1617
fixable: 'code',
1718
schema: [

src/rules/no-default-export.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const meta = {
66
type: 'suggestion',
77
docs: {
88
description: 'Convert unnamed default exports to named default exports based on the file name.',
9+
url: 'https://github.com/tomerh2001/eslint-plugin-th-rules/blob/main/docs/rules/no-default-export.md'
910
},
1011
fixable: 'code',
1112
schema: [],

src/rules/no-destructuring.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const meta = {
2020
description: 'Disallow destructuring that does not meet certain conditions',
2121
category: 'Possible Errors',
2222
recommended: true,
23+
url: 'https://github.com/tomerh2001/eslint-plugin-th-rules/blob/main/docs/rules/no-destructuring.md'
2324
},
2425
schema: [
2526
{

0 commit comments

Comments
 (0)