We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1145cd0 commit 9e39914Copy full SHA for 9e39914
README.md
@@ -1399,6 +1399,16 @@ function quux () {
1399
// Settings: {"jsdoc":{"tagNamePreference":{"abc":"abcd"}}}
1400
// Options: [{"definedTags":["abcd"]}]
1401
// Message: Invalid JSDoc tag (preference). Replace "abc" JSDoc tag with "abcd".
1402
+
1403
+/**
1404
+ * @abc
1405
+ * @abcd
1406
+ */
1407
+function quux () {
1408
1409
+}
1410
+// Settings: {"jsdoc":{"tagNamePreference":{"abc":"abcd"}}}
1411
+// Message: Invalid JSDoc tag (preference). Replace "abc" JSDoc tag with "abcd".
1412
````
1413
1414
The following patterns are not considered problems:
0 commit comments