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

deno lint --fix - support unused imports, vars to lets, and lets to consts #1286

Open
fbatiga opened this issue Mar 27, 2024 · 0 comments
Open

Comments

@fbatiga
Copy link

fbatiga commented Mar 27, 2024

Following the addition of --fix to deno and as per @dsherret i'm opening a ticket to see some basic rules implemented.


    removing unused imports
    changing vars to lets
    changing lets to consts if they aren't reassigned

denoland/deno#12681

@dsherret dsherret changed the title Support common auto fixable rules in deno lint deno lint --fix - support unused imports, vars to lets, and lets to consts Mar 27, 2024
@lucacasonato lucacasonato transferred this issue from denoland/deno Jun 12, 2024
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

No branches or pull requests

1 participant