File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const meta = {
1212type : 'problem' ,
1313docs : {
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} ,
1617fixable : 'code' ,
1718schema : [
Original file line number Diff line number Diff 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 : [ ] ,
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments