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
+2
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,8 @@ Use `settings.jsdoc.tagNamePreference` to configure a preferred alias name for a
156
156
}
157
157
```
158
158
159
+
Note: ESLint does not allow settings to have keys which conflict with Object.prototype e.g. `'constructor'`. To work around this use can use the key `'tag constructor'`.
160
+
159
161
One may also use an object with a `message` and `replacement`.
160
162
161
163
The following will report the message `@extends is to be used over @augments as it is more evocative of classes than @augments` upon encountering `@augments`.
Copy file name to clipboardexpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,8 @@ Use `settings.jsdoc.tagNamePreference` to configure a preferred alias name for a
212
212
}
213
213
```
214
214
215
+
Note: ESLint does not allow settings to have keys which conflict with Object.prototype e.g. `'constructor'`. To work around this use can use the key `'tag constructor'`.
216
+
215
217
One may also use an object with a `message` and `replacement`.
216
218
217
219
The following will report the message `@extends is to be used over @augments as it is more evocative of classes than @augments` upon encountering `@augments`.
0 commit comments