Skip to content

Commit afbb51a

Browse files
committed
docs: add new rules to listing
1 parent 5f4f223 commit afbb51a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.README/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Finally, enable all of the rules that you would like to use.
7474
"jsdoc/check-indentation": 1,
7575
"jsdoc/check-line-alignment": 1,
7676
"jsdoc/check-param-names": 1, // Recommended
77+
"jsdoc/check-template-names": 1,
7778
"jsdoc/check-property-names": 1, // Recommended
7879
"jsdoc/check-syntax": 1,
7980
"jsdoc/check-tag-names": 1, // Recommended
@@ -111,6 +112,7 @@ Finally, enable all of the rules that you would like to use.
111112
"jsdoc/require-returns-check": 1, // Recommended
112113
"jsdoc/require-returns-description": 1, // Recommended
113114
"jsdoc/require-returns-type": 1, // Recommended
115+
"jsdoc/require-template": 1,
114116
"jsdoc/require-throws": 1,
115117
"jsdoc/require-yields": 1, // Recommended
116118
"jsdoc/require-yields-check": 1, // Recommended

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Finally, enable all of the rules that you would like to use.
9393
"jsdoc/check-indentation": 1,
9494
"jsdoc/check-line-alignment": 1,
9595
"jsdoc/check-param-names": 1, // Recommended
96+
"jsdoc/check-template-names": 1,
9697
"jsdoc/check-property-names": 1, // Recommended
9798
"jsdoc/check-syntax": 1,
9899
"jsdoc/check-tag-names": 1, // Recommended
@@ -130,6 +131,7 @@ Finally, enable all of the rules that you would like to use.
130131
"jsdoc/require-returns-check": 1, // Recommended
131132
"jsdoc/require-returns-description": 1, // Recommended
132133
"jsdoc/require-returns-type": 1, // Recommended
134+
"jsdoc/require-template": 1,
133135
"jsdoc/require-throws": 1,
134136
"jsdoc/require-yields": 1, // Recommended
135137
"jsdoc/require-yields-check": 1, // Recommended

0 commit comments

Comments
 (0)