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

Migrate to ESLint #121

Merged
merged 1 commit into from Jul 21, 2020
Merged

Migrate to ESLint #121

merged 1 commit into from Jul 21, 2020

Conversation

bobisjan
Copy link
Contributor

No description provided.

@@ -65,8 +65,7 @@ class Worker {
this.error = message.error;
break;
case 'shutdown':
process.exit(0);
break;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was reported as Unreachable code due to the process.exit() above.

@bobisjan
Copy link
Contributor Author

bobisjan commented Jul 19, 2020

@rwjblue, @kratiahuja would you mind taking a look at this?

@rwjblue rwjblue merged commit 8898cbb into ember-fastboot:master Jul 21, 2020
@bobisjan bobisjan deleted the eslint branch July 21, 2020 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants