Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/format-code #121

Merged
merged 4 commits into from
Feb 1, 2024
Merged

Fix/format-code #121

merged 4 commits into from
Feb 1, 2024

Conversation

dontry
Copy link
Collaborator

@dontry dontry commented Jan 31, 2024

This commit formatted the entire codebase and applied ESLint to fix minor linting issues. It does not change any feature of the current project. Additionally, two new NPM commands are added for global formatting and linting. A .git-blame-ignore-revs file is created, which adds the commit of global code formatting to this file so that Git blame will exclude this commit from the Git history.

Resolve issue #120

Changes

  1. Formatted and applied lint fixes to entire codebase
  2. Added commands yarn prettier and yarn eslint
  3. Added .git-blame-ignore-revs file

Without .git-blame-ignore-revs file
image

With .git-blame-ignore-revs file
image

@dontry dontry merged commit c694b29 into main Feb 1, 2024
12 checks passed
@dontry dontry deleted the fix/format-code branch February 1, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants