tjtanjin / react-chatbotify

A modern React library for creating a flexible and extensible chatbot.
https://react-chatbotify.tjtanjin.com/
MIT License
103 stars 49 forks source link

[Task] Add pre-commit hooks to check for lint #24

Closed tjtanjin closed 3 months ago

tjtanjin commented 3 months ago

Description: Lint, build and test is currently done only on the GitHub CI/CD pipeline. It would be great to have a pre-commit hook that minimally does linting locally to reduce instances of failed pipelines.