Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular -> tslint Error, Definition of Rule jsdoc/newline-after-description

Tags:

angular

tslint

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?

like image 246
sebi.schneider Avatar asked Dec 10 '25 08:12

sebi.schneider


1 Answers

add this rule in the .eslintrc.json file to fix it

"rules": {
  "jsdoc/newline-after-description": "off"
}
like image 103
FTello31 Avatar answered Dec 12 '25 00:12

FTello31



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!