We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no-redundant-jsdoc
1 parent cd8801c commit 9aadb8eCopy full SHA for 9aadb8e
packages/schematics/angular/workspace/files/tslint.json
@@ -65,6 +65,7 @@
65
],
66
"no-misused-new": true,
67
"no-non-null-assertion": true,
68
+ "no-redundant-jsdoc": true,
69
"no-shadowed-variable": true,
70
"no-string-literal": false,
71
"no-string-throw": true,
0 commit comments