You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .README/README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,9 @@ how many line breaks to add when a block is missing.
130
130
131
131
### Mode
132
132
133
-
-`settings.jsdoc.mode` - Set to `jsdoc` (the default), `typescript`, or `closure`.
133
+
-`settings.jsdoc.mode` - Set to `typescript`, `closure`, or `jsdoc` (the
134
+
default unless the `@typescript-eslint` parser is in use in which case
135
+
`typescript` will be the default).
134
136
Note that if you do not wish to use separate `.eslintrc.*` files for a project
135
137
containing both JavaScript and TypeScript, you can also use [`overrides`](https://eslint.org/docs/user-guide/configuring). You may also set to `"permissive"` to
136
138
try to be as accommodating to any of the styles, but this is not recommended.
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,9 @@ how many line breaks to add when a block is missing.
188
188
<aname="eslint-plugin-jsdoc-settings-mode"></a>
189
189
### Mode
190
190
191
-
-`settings.jsdoc.mode` - Set to `jsdoc` (the default), `typescript`, or `closure`.
191
+
-`settings.jsdoc.mode` - Set to `typescript`, `closure`, or `jsdoc` (the
192
+
default unless the `@typescript-eslint` parser is in use in which case
193
+
`typescript` will be the default).
192
194
Note that if you do not wish to use separate `.eslintrc.*` files for a project
193
195
containing both JavaScript and TypeScript, you can also use [`overrides`](https://eslint.org/docs/user-guide/configuring). You may also set to `"permissive"` to
194
196
try to be as accommodating to any of the styles, but this is not recommended.
0 commit comments