File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ You can then selectively add to or override the recommended rules.
121
121
### Allow ` @private ` to disable rules for that comment block
122
122
123
123
- ` settings.jsdoc.ignorePrivate ` - Disables all rules for the comment block
124
- on which it occurs.
124
+ on which a ` @private ` tag occurs. Defaults to ` false ` .
125
125
126
126
### Alias Preference
127
127
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ You can then selectively add to or override the recommended rules.
164
164
### Allow <code >@private </code > to disable rules for that comment block
165
165
166
166
- ` settings.jsdoc.ignorePrivate ` - Disables all rules for the comment block
167
- on which it occurs.
167
+ on which a ` @private ` tag occurs. Defaults to ` false ` .
168
168
169
169
<a name =" eslint-plugin-jsdoc-settings-alias-preference " ></a >
170
170
### Alias Preference
You can’t perform that action at this time.
0 commit comments