halstack-react icon indicating copy to clipboard operation
halstack-react copied to clipboard

Code Quality Update

Open Mil4n0r opened this issue 1 year ago • 0 comments

Checklist (Check off all the items before submitting)

  • [ ] Build process is done without errors. All tests pass in the /lib directory.
  • [ ] Self-reviewed the code before submitting.
  • [ ] Meets accessibility standards.
  • [ ] Added/updated documentation to /website as needed.
  • [ ] Added/updated tests as needed.

Description We want to follow the best practices and achieve a higher code quality by using automatic tools (Husky, Prettier, ESLint and Staged-Lint). This PR contains both the setup of the tools and the fix of most existing code quality issues.

The goal to achieve is to remove all the custom rules existing in the .eslintrc.json file and pass with no errors and no warnings.

Mil4n0r avatar Apr 15 '24 12:04 Mil4n0r