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(lint/noUnusedImports): remove entire line of an unused import #659

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

Conaclos
Copy link
Member

@Conaclos Conaclos commented Nov 2, 2023

Summary

Fix #653

This also removes the empty line for noRedundantUseStrict.

Test Plan

New test added.

@Conaclos Conaclos temporarily deployed to Website deployment November 2, 2023 16:37 — with GitHub Actions Inactive
@github-actions github-actions bot added A-Linter Area: linter A-Website Area: website L-JavaScript Language: JavaScript and super languages A-Changelog Area: changelog labels Nov 2, 2023
@Conaclos Conaclos force-pushed the conaclos/lint/noUnusedImports/653 branch from 2517c59 to ec0d077 Compare November 2, 2023 16:40
@Conaclos Conaclos temporarily deployed to Website deployment November 2, 2023 16:40 — with GitHub Actions Inactive
@Conaclos Conaclos requested a review from a team November 2, 2023 16:54
@Conaclos Conaclos merged commit 693d65e into main Nov 2, 2023
17 checks passed
@Conaclos Conaclos deleted the conaclos/lint/noUnusedImports/653 branch November 2, 2023 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Changelog Area: changelog A-Linter Area: linter A-Website Area: website L-JavaScript Language: JavaScript and super languages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Import fix leave an empty line
1 participant