You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GDB-UI codebase currently lacks Husky integration, which can help enforce consistent code formatting and linting before commits. Adding Husky along with lint-staged will ensure that all committed code adheres to ESLint and Prettier rules, improving code quality and reducing style-related issues in PR reviews.
Expected Outcome
Automatically format and lint code before each commit.
Prevent commits that contain ESLint or Prettier violations.
Ensure a consistent coding style across the project.
yes , i will submit a pr
The text was updated successfully, but these errors were encountered:
Description
The GDB-UI codebase currently lacks Husky integration, which can help enforce consistent code formatting and linting before commits. Adding Husky along with lint-staged will ensure that all committed code adheres to ESLint and Prettier rules, improving code quality and reducing style-related issues in PR reviews.
Expected Outcome
Automatically format and lint code before each commit.
Prevent commits that contain ESLint or Prettier violations.
Ensure a consistent coding style across the project.
yes , i will submit a pr
The text was updated successfully, but these errors were encountered: