Skip to content

Feature/converter no default export 166 #215

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

Conversation

MrCube42
Copy link
Contributor

@MrCube42 MrCube42 commented Oct 6, 2019

Overview

Implements conversion of no-default-export to ESLint rule import/no-default-export that needs the import plugin. 'no-default-export' has no configuration. Unit tests and E2E tests are included.

@JoshuaKGoldberg I tried to enhance the e2e test, too. However it could not be executed globalThis could not be found (createTests.ts line 33). Not sure whether it really works as expected atm.

@JoshuaKGoldberg
Copy link
Member

The end-to-end tests were broken on master. I fixed them and merged into this branch, and will make them less brittle (#216). Sorry if that was confusing!

@JoshuaKGoldberg JoshuaKGoldberg merged commit 5f5a77f into typescript-eslint:master Oct 6, 2019
@MrCube42 MrCube42 deleted the feature/converter-no-default-export_166 branch October 13, 2019 21:52
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.

Missing converter: no-default-export
2 participants