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
Description:
The codebase has some inconsistent formatting due to different coding styles. Updating ESLint rules will ensure a uniform style across all contributions.
Proposed Fix:
Align ESLint config with Electron’s official style guide.
Enforce consistent imports, indentation, and spacing.
Add a pre-commit hook to automatically format code before committing.
Impact:
This will make the codebase cleaner, more readable, and easier to review.
The text was updated successfully, but these errors were encountered:
Description:
The codebase has some inconsistent formatting due to different coding styles. Updating ESLint rules will ensure a uniform style across all contributions.
Proposed Fix:
Impact:
This will make the codebase cleaner, more readable, and easier to review.
The text was updated successfully, but these errors were encountered: