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 bca8d3c commit ee49f06Copy full SHA for ee49f06
README.md
@@ -3031,6 +3031,16 @@ function quux () {
3031
}
3032
// Options: ["never"]
3033
// Message: There must be no hyphen before @param description.
3034
+
3035
+/**
3036
+ * @param foo - Foo.
3037
+ * @param foo Foo.
3038
+ */
3039
+function quux () {
3040
3041
+}
3042
+// Options: ["always"]
3043
+// Message: There must be a hyphen before @param description.
3044
````
3045
3046
The following patterns are not considered problems:
0 commit comments