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

Tslint configuration to handle console.debug #21

@zelzhan

Description

@zelzhan

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions