Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Tslint configuration to handle console.debug #21

Open
zelzhan opened this issue Aug 31, 2020 · 0 comments
Open

Tslint configuration to handle console.debug #21

zelzhan opened this issue Aug 31, 2020 · 0 comments

Comments

@zelzhan
Copy link
Collaborator

zelzhan commented Aug 31, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant