-
Notifications
You must be signed in to change notification settings - Fork 130
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
Adding a linting tool #502
Comments
This is great but I suggest that we can also add Lint-Staged as it can check staged files only and later we require to only lint the files that will be committed. Feel free to comment, Thanks. |
Ooh this is cool. Thanks @govindgoel for the input too! |
I was adding comments on the PR, but wondering if I should post them here instead? This is definitely a good part of Step 2 in our Collaboration doc!
🎉🎉🎉 And I'd love to get the whole team's buy in on the tools we use especially if they're saved as part of the project in version control. cc: @Shulammite-Aso @Shreyaa-s @NitinBhasneria |
Eslint and Husky:
Eslint is a tool for identifying and reporting patterns faced in ECMAScript/JavaScript Code,with the goal of making the code more consistent. In order to force the contributor to use Eslint before they commit their code we will use Husky
Eslint and Husky where previously used in Image-Sequencer project. We can think of other alternative tools if it doesn't work here.
The text was updated successfully, but these errors were encountered: