When I run my tslint - I get this error.
1:1 error Definition for rule 'jsdoc/newline-after-description' was not found jsdoc/newline-after-description
my Version is: "eslint-plugin-jsdoc": "^43.0.7",
How can i fix it?
add this rule in the .eslintrc.json file to fix it
"rules": {
"jsdoc/newline-after-description": "off"
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With