-
Notifications
You must be signed in to change notification settings - Fork 18
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
Implement stricter ESLint rules and add to CI pipeline #36
Comments
Any progress here? |
ESLint is already set up in the project; now, I just need to integrate it with the CI pipeline. |
Please make sure your ESLint checks for the IDE is in sync with the ones for the Tact compiler. It recently got some updates, see https://github.com/tact-lang/tact/blob/main/.eslintrc.cjs |
Sure |
rahulyadav-57
changed the title
Add ESLint to CI
Implement stricter ESLint rules and add to CI pipeline
Jul 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
and fix any issues ESLint finds.
For instance, you might want to reuse the ESLint setup from Tact, especially
This is the relevant PR: tact-lang/tact#157
The text was updated successfully, but these errors were encountered: