Replies: 1 comment 5 replies
-
Both works for me. 👍 Let's automate all the things. :) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have noticed that for some projects we have eslint enabled but it is only executed manually. For some projects, we don't have eslint configured at all.
Personally, I use my IDE to automatically lint on file save when eslint is configured on a project. However, this is not a guaranteed solution for all contributors.
I think we should add lint checks on CI for all projects. Or even a git hook to lint before commit. Or both.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions