get icon indicating copy to clipboard operation
get copied to clipboard

Enforce Code Consistency with Updated ESLint Rules

Open Manasvisingh12 opened this issue 11 months ago • 0 comments

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.

Manasvisingh12 avatar Mar 30 '25 08:03 Manasvisingh12