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

Add eslint rule to format TODO tags and similar meta comments #5242

Open
dapplion opened this issue Mar 7, 2023 · 3 comments
Open

Add eslint rule to format TODO tags and similar meta comments #5242

dapplion opened this issue Mar 7, 2023 · 3 comments
Labels
prio-none Issues that do not have a deadline/priority. scope-devex Issues for improving developer experience.

Comments

@dapplion
Copy link
Contributor

dapplion commented Mar 7, 2023

Is your feature request related to a problem? Please describe.

For fork items it has been very helpful to tag TODO comments as

// TODO EIP-4844

That way with a text search you can locate pending fork items before the fork

Describe the solution you'd like

Add eslint rule to enforce formating

@maschad
Copy link
Contributor

maschad commented Mar 7, 2023

Good idea, we could write a custom rule but what format what you want to enforce? Something like

// TODO: _A summary of the issue_ ${github_issue_hyperlink}  ||   EIP ${EIP-#} ||  FORK ${fork_name}

Also would this be a warning or an error?

@nflaig
Copy link
Member

nflaig commented Mar 7, 2023

related #5161 (comment)

@philknows philknows added prio-none Issues that do not have a deadline/priority. scope-devex Issues for improving developer experience. labels Nov 29, 2023
@wemeetagain
Copy link
Member

@nazarhussain biome rule?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prio-none Issues that do not have a deadline/priority. scope-devex Issues for improving developer experience.
Projects
None yet
Development

No branches or pull requests

5 participants