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

Added eslint config in vite-plugin-checker #3321

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

lucasbordeau
Copy link
Contributor

We generally catch linting errors while editing a file, but like typescript errors, it can go unnoticed and stockpile on main, until someone catches it.

It can also happen when merging main into a branch that linting errors are not catched.

With this activated, ESLint will be run in parallel of vite-plugin-checker and will not impact the build time of vite, but will provide complete linting of the front codebase.

@charlesBochet
Copy link
Member

Let's try :)

@lucasbordeau lucasbordeau merged commit fbf7496 into main Jan 10, 2024
10 of 13 checks passed
@lucasbordeau lucasbordeau deleted the chore/added-eslint-to-vite-plugin-checker branch January 10, 2024 08:43
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

Successfully merging this pull request may close these issues.

2 participants