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 30d2194 commit d520daaCopy full SHA for d520daa
README.md
@@ -5054,6 +5054,15 @@ const language = {
5054
}
5055
5056
// Message: JSDoc @returns declaration present but return expression not available in function.
5057
+
5058
+class Foo {
5059
+ /**
5060
+ * @returns {string}
5061
+ */
5062
+ bar () {
5063
+ }
5064
+}
5065
+// Message: JSDoc @returns declaration present but return expression not available in function.
5066
````
5067
5068
The following patterns are not considered problems:
0 commit comments