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 import/newline-after-import lint violation in global.d.ts #1520

Merged
merged 1 commit into from
Sep 2, 2022

Conversation

bmish
Copy link
Contributor

@bmish bmish commented Jul 28, 2022

Fix lint violation from common ESLint lint rule import/newline-after-import.

yarn eslint --ext=.ts,.js .
~/Development/my-test-addon/types/global.d.ts
  3:3  error  Expected 1 empty line after import statement not followed by another import  import/newline-after-import

@bmish bmish changed the title Fix import/newline-after-import lint violation in global.d.ts Fix import/newline-after-import lint violation in global.d.ts Jul 28, 2022
@bmish
Copy link
Contributor Author

bmish commented Aug 30, 2022

@chriskrycho the CI failures appear to be unrelated to this PR.

@chriskrycho chriskrycho merged commit 5e4a98a into typed-ember:master Sep 2, 2022
This pull request was closed.
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.

2 participants