Fixed: Wrong link to the fuse-config service docs page

Removed no-redundant-jsdoc rule from the tslint
This commit is contained in:
sercan 2018-10-24 11:20:05 +03:00
parent 430fe0c0c1
commit 842cb37fcb
2 changed files with 2 additions and 3 deletions

View File

@ -63,10 +63,10 @@
<p>
You can get more information about the <b>Fuse Config Service</b> and its usage from
<a routerLink="/documentation/services/config">Config</a> documantation page.
<a routerLink="/documentation/services/fuse-config">Config</a> documantation page.
</p>
</div>
<!-- / CONTENT -->
</div>
</div>

View File

@ -65,7 +65,6 @@
],
"no-misused-new": true,
"no-non-null-assertion": true,
"no-redundant-jsdoc": true,
"no-shadowed-variable": true,
"no-string-literal": false,
"no-string-throw": true,