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

fix tslint warnings #604

Merged
merged 3 commits into from
Sep 22, 2018
Merged

Conversation

sendilkumarn
Copy link
Member

What kind of change does this PR introduce?

linting changes
Did you add tests for your changes?
NA
If relevant, did you update the documentation?
NA
Summary
we can switch off console.log warnings and removed that line length issue

Does this PR introduce a breaking change?

NA
Other information
NIL

tslint.json Show resolved Hide resolved
tslint.json Outdated
@@ -14,13 +14,7 @@
false
],
"no-console": {
"severity": "warning"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would change the configuration to allow only console.error. And we should delete the console.log across the board

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

samesies

@webpack-bot
Copy link

@sendilkumarn Thanks for your update.

I labeled the Pull Request so reviewers will review it again.

@ematipico Please review the new changes.

@webpack-bot
Copy link

@sendilkumarn The most important CI builds failed. This way your PR can't be merged.

Please take a look at the CI results from travis (failure) and fix these issues.

@sendilkumarn sendilkumarn merged commit 1a8099c into webpack:master Sep 22, 2018
@sendilkumarn sendilkumarn deleted the fix-tslint-issues branch September 22, 2018 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants