Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

double results after ng lint #3

Open
alundiak opened this issue Jul 25, 2018 · 0 comments
Open

double results after ng lint #3

alundiak opened this issue Jul 25, 2018 · 0 comments

Comments

@alundiak
Copy link

alundiak commented Jul 25, 2018

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?

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

No branches or pull requests

1 participant