Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
Disabling rule, as it was deprecated in version 42 - https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v42.0.0
  • Loading branch information
dilirity committed Oct 27, 2023
1 parent 76e34d9 commit f1381f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"error",
{ "args": "after-used", "argsIgnorePattern": "^_" }
],
"no-useless-constructor": "off"
"no-useless-constructor": "off",
"jsdoc/newline-after-description": "off"
}
}

0 comments on commit f1381f6

Please sign in to comment.