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
|[`newline-after-description`](https://github.com/gajus/eslint-plugin-jsdoc#eslint-plugin-jsdoc-rules-newline-after-description)|[`requireNewlineAfterDescription`](https://github.com/jscs-dev/jscs-jsdoc#requirenewlineafterdescription) and [`disallowNewlineAfterDescription`](https://github.com/jscs-dev/jscs-jsdoc#disallownewlineafterdescription)|
@@ -73,6 +74,7 @@ Finally, enable all of the rules that you would like to use.
73
74
"rules": {
74
75
"jsdoc/check-examples": 1,
75
76
"jsdoc/check-param-names": 1,
77
+
"jsdoc/check-syntax": 1,
76
78
"jsdoc/check-tag-names": 1,
77
79
"jsdoc/check-types": 1,
78
80
"jsdoc/newline-after-description": 1,
@@ -247,6 +249,7 @@ Finally, the following rule pertains to inline disable directives:
|[`newline-after-description`](https://github.com/gajus/eslint-plugin-jsdoc#eslint-plugin-jsdoc-rules-newline-after-description)|[`requireNewlineAfterDescription`](https://github.com/jscs-dev/jscs-jsdoc#requirenewlineafterdescription) and [`disallowNewlineAfterDescription`](https://github.com/jscs-dev/jscs-jsdoc#disallownewlineafterdescription)|
@@ -106,6 +108,7 @@ Finally, enable all of the rules that you would like to use.
106
108
"rules": {
107
109
"jsdoc/check-examples": 1,
108
110
"jsdoc/check-param-names": 1,
111
+
"jsdoc/check-syntax": 1,
109
112
"jsdoc/check-tag-names": 1,
110
113
"jsdoc/check-types": 1,
111
114
"jsdoc/newline-after-description": 1,
@@ -663,6 +666,40 @@ function quux ({
663
666
664
667
Likewise for the pattern `[a, b]` which is an [`ArrayPattern`](https://github.com/estree/estree/blob/master/es2015.md#arraypattern).
0 commit comments