Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
yarn prettier
andyarn eslint
.git-blame-ignore-revs
fileWithout
![image](https://private-user-images.githubusercontent.com/3481791/301150162-1e4e06fb-1dbf-401f-8222-42002d92f264.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0ODA3NzUsIm5iZiI6MTczOTQ4MDQ3NSwicGF0aCI6Ii8zNDgxNzkxLzMwMTE1MDE2Mi0xZTRlMDZmYi0xZGJmLTQwMWYtODIyMi00MjAwMmQ5MmYyNjQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMjEwMTE1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTZkMDVjNmZmY2NjMTY4ZDkwNTFlYjU1MzQxZGQyNjcxN2VjYjYzM2M4NmM1OTc0MjllN2VlNzE2YjY4Njc2MiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.iKyHQ-HjyErWJ019BpOdkRFM67D0B1j2jgFxRArjSis)
.git-blame-ignore-revs
fileWith
![image](https://private-user-images.githubusercontent.com/3481791/301149953-6da9b816-6170-41e9-8626-29dfe28ee03d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0ODA3NzUsIm5iZiI6MTczOTQ4MDQ3NSwicGF0aCI6Ii8zNDgxNzkxLzMwMTE0OTk1My02ZGE5YjgxNi02MTcwLTQxZTktODYyNi0yOWRmZTI4ZWUwM2QucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMjEwMTE1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9Y2Q2MTA1ZjZkMmJjMjIxMzcxYmZjNGUzODlkOThlNWRmNTI5ZTNkNzAzN2ZjMzhmMDU0MGEwNGZhMzhmODkxMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.xHFlKcWRKKq_nkWe4t4z3SRZvmGexGxYf1wAj_j4ZWI)
.git-blame-ignore-revs
file