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

chore(web): improve the ESlint importations rules #79

Open
Neosoulink opened this issue Nov 27, 2024 · 0 comments
Open

chore(web): improve the ESlint importations rules #79

Neosoulink opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels
configs Related to the project configuration

Comments

@Neosoulink
Copy link
Owner

Summary

The idea is to add rules that will automatically sort importation following a certain order + to apply a consistency for the types importation

Expected behavior

We could a the following rule for consistency:

"@typescript-eslint/consistent-type-imports": [
  "warn",
  { prefer: "type-imports" }
]
@Neosoulink Neosoulink added the configs Related to the project configuration label Nov 27, 2024
@Neosoulink Neosoulink self-assigned this Nov 27, 2024
@Neosoulink Neosoulink moved this to Backlog in @chess-d Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
configs Related to the project configuration
Projects
Status: Backlog
Development

No branches or pull requests

1 participant