Skip to content

Commit

Permalink
Remove no-valid-jsdoc
Browse files Browse the repository at this point in the history
It has been deprecated, see https://eslint.org/docs/rules/valid-jsdoc
  • Loading branch information
mroderick committed Aug 12, 2019
1 parent defc11d commit 398f46c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -40,7 +40,6 @@ const possibleErrors = {
"no-unsafe-negation": "error",
"require-atomic-updates": "off",
"use-isnan": "error",
"valid-jsdoc": "error",
"valid-typeof": "error",
}

Expand Down

0 comments on commit 398f46c

Please sign in to comment.