Skip to content

double results after ng lint #3

@alundiak

Description

@alundiak

Here is example:

ERROR: ...src/app/api.service.ts[9, 16]: " should be '
ERROR: ...src/app/api.service.ts[9, 16]: " should be '
ERROR: ...src/app/api.service.ts[31, 4]: Unnecessary semicolon
ERROR: ...src/app/api.service.ts[31, 4]: Unnecessary semicolon
ERROR: ...src/app/api.service.ts[34, 9]: Identifier 'body' is never reassigned; use 'const' instead of 'let'.
ERROR: ...src/app/api.service.ts[34, 9]: Identifier 'body' is never reassigned; use 'const' instead of 'let'.

and so on...

Do u also have it?
Does it look as tslint issue or ng cli due to the fact I have global and local version?

Note: I tried to uninstall global, and then ng is not linked by npm to local.
I tried to npm link but it doens't work.

@didinj any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions