rahuldkjain/github-profile-readme-generator

Add capability to verify each commit's sanity as per linter rules.

開放

#330 建立於 2020年10月31日

 (2 則留言) (0 個反應) (1 位負責人)TypeScript (8,398 個分叉)batch import
enhancementhacktoberfestv1-deprecated

倉庫指標

星標
 (24,406 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Is your feature request related to a problem? Please describe. Currently, while committing the code there is no eslint rules check. It would be good to enforce eslint rules on each git commit. That is when the eslint will run and block the user from committing code which is not as per the ESLint rules, so that the codebase is aligned to the rules configured.

Describe the solution you'd like We can use husky to make this possible. Before each commit husky will manage the enforcement of eslint rules.

Describe alternatives you've considered Let me know if there are better solutions for this issue available.

Additional context

Join the Discord Server for further discussions.

Server Link: https://discord.gg/HHMs7Eg

貢獻者指南