diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-10-01 07:53:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 07:53:28 +0000 |
commit | a7f119e5e70b2b9d61c5dca351ec2e36c9b6d00e (patch) | |
tree | 8ab1a3fa764f05a1c45b6864d3bd19e2695dc354 /.eslintrc.json | |
parent | 8adf2a95c2b93625b168f2884f8fa0e59f7024ad (diff) | |
parent | 6a47eb02a76857a1ce2412babcc7969fd3b77bc4 (diff) |
Merge pull request #251 from themoeway/dependabot/npm_and_yarn/eslint-plugin-jsdoc-46.8.2
Bump eslint-plugin-jsdoc from 39.3.6 to 46.8.2
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index b5328f41..06a2be34 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -233,7 +233,13 @@ "no-unsanitized/property": "error", "jsdoc/check-access": "error", "jsdoc/check-alignment": "error", - "jsdoc/check-line-alignment": "error", + "jsdoc/check-line-alignment": [ + "error", + "never", + { + "wrapIndent": " " + } + ], "jsdoc/check-param-names": "error", "jsdoc/check-property-names": "error", "jsdoc/check-tag-names": "error", @@ -242,10 +248,6 @@ "jsdoc/empty-tags": "error", "jsdoc/implements-on-classes": "error", "jsdoc/multiline-blocks": "error", - "jsdoc/newline-after-description": [ - "error", - "never" - ], "jsdoc/no-bad-blocks": "error", "jsdoc/no-multi-asterisks": "error", "jsdoc/require-asterisk-prefix": "error", |