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

TSLint to ESLint Migration #313

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Conversation

alok-traceable
Copy link

No description provided.

@github-actions

This comment has been minimized.

@codecov
Copy link

codecov bot commented Aug 13, 2021

Codecov Report

Merging #313 (eb92f19) into main (dafbb8a) will not change coverage.
The diff coverage is n/a.

❗ Current head eb92f19 differs from pull request most recent head c4e1337. Consider uploading reports for the commit c4e1337 to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##              main      #313   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           53        53           
  Lines         1445      1445           
  Branches       186       186           
=========================================
  Hits          1445      1445           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dafbb8a...c4e1337. Read the comment docs.

@github-actions
Copy link

Unit Test Results

    1 files    49 suites   15s ⏱️
296 tests 296 ✔️ 0 💤 0 ❌
297 runs  297 ✔️ 0 💤 0 ❌

Results for commit eb92f19.

@anandtiwary
Copy link

https://github.com/angular/angular-cli/blob/master/.eslintrc.json
Angular cli is now using eslint. We can compare our rules with theirs

@anandtiwary
Copy link

@alok-traceable can you please combine the rules files so that we only have one eslintrc.json? Mainly remove base.js.

@anandtiwary
Copy link

@aaron-steinfeld We can probably take angularcli rules as a base and add/remove rules on top of it.

@aaron-steinfeld
Copy link
Contributor

@aaron-steinfeld We can probably take angularcli rules as a base and add/remove rules on top of it.

My guess is that angular's own isn't particularly close to what we enforce - last I looked at the angular code, it is far more javascripty than our style.

@anandtiwary
Copy link

@alok-traceable can you please combine the rules files so that we only have one eslintrc.json? Mainly remove base.js.

@alok-traceable ping. Can you please take care of this on priority? Then we will have a better idea of what rules are failing and their proper fix.

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

Successfully merging this pull request may close these issues.

3 participants