issues
search
openreachtech
/
eslint-rules-default
A showcasing package all the rules of ESLint.
MIT License
0
stars
0
forks
source link
🐛 Retake `jsdoc/check-types` rule for `exemptTagContexts` options
#166
Closed
StewEucen
closed
5 months ago
StewEucen
commented
5 months ago
Overview
Add
jsdoc/check-types
rule without note of options to
jsdoc.js
See →
https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/check-types.md
Code →
https://github.com/gajus/eslint-plugin-jsdoc/blob/main/src/rules/checkTypes.js
Note
Default value of
exemptTagContexts
option is
[]
StewEucen
commented
5 months ago
Since unnecessary to change, close this issue
Overview
jsdoc/check-types
rule without note of options tojsdoc.js
Note
exemptTagContexts
option is[]