You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
Right now, the tslint configuration on the project restricts using the commands lower than console.log. The current workaround is to explicitly disable it as follows:
//tslint:disable-next-line: no-console
console.info("Connected to database");
After the configuration of tslin, please remove all the explicit disabling of tslint.
The text was updated successfully, but these errors were encountered:
Right now, the tslint configuration on the project restricts using the commands lower than console.log. The current workaround is to explicitly disable it as follows:
After the configuration of tslin, please remove all the explicit disabling of tslint.
The text was updated successfully, but these errors were encountered: