Skip to content

Commit

Permalink
Remove require-jsdoc ESLint rule override
Browse files Browse the repository at this point in the history
This rule has been deprecated in ESLint v5.10.0.

  * https://eslint.org/blog/2018/11/jsdoc-end-of-life/
  • Loading branch information
stevenbenner committed Feb 18, 2024
1 parent dd96697 commit 27887a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"node": false
},
"rules": {
"require-jsdoc": "off",
"no-prototype-builtins": "off",
"no-var": "off",
"prefer-template": "off"
Expand Down

0 comments on commit 27887a7

Please sign in to comment.