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

[event-hubs] fix eslint errors (round 1) #13285

Merged
20 commits merged into from
Jan 21, 2021
Merged

Conversation

chradek
Copy link
Contributor

@chradek chradek commented Jan 19, 2021

Round 1 addressing #10777
Replaces #13013

This leaves 5 errors and 15 warnings (excluding TSDoc) after this PR is merged.

  • 4 'Promise executor functions should not be async' errors. Fixing this will take a lot of care and I would want these to be reviewed on their own so they don't get lost in the noise.
  • 1 'N is already defined'. This is due to a constant matching an interface name.

@chradek
Copy link
Contributor Author

chradek commented Jan 20, 2021

/azp run js - eventhubs-client - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@chradek
Copy link
Contributor Author

chradek commented Jan 20, 2021

/azp run js - eventhubs-client - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ghost
Copy link

ghost commented Jan 20, 2021

Hello @chradek!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ramya-rao-a
Copy link
Contributor

/check-enforcer evaluate

@chradek
Copy link
Contributor Author

chradek commented Jan 21, 2021

/azp run js - eventhubs-client - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ghost ghost merged commit 379a18d into Azure:master Jan 21, 2021
@chradek chradek deleted the eh-eslint-take2 branch January 21, 2021 18:32
ljian3377 pushed a commit to ljian3377/azure-sdk-for-js that referenced this pull request Jan 22, 2021
Round 1 addressing Azure#10777
Replaces Azure#13013 

This leaves 5 errors and 15 warnings (excluding TSDoc) after this PR is merged.

- 4 'Promise executor functions should not be async' errors. Fixing this will take a lot of care and I would want these to be reviewed on their own so they don't get lost in the noise.
- 1 'N is already defined'. This is due to a constant matching an interface name.
This pull request was closed.
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.

3 participants