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.
docs(README.md): remove extra space in paragraph for better readability
style(index.html): add newline at end of file to adhere to best practices
style(CODE_OF_CONDUCT.md): remove unnecessary leading spaces for better readability
docs(CONTRIBUTING.md): remove unnecessary blank lines for cleaner code
The changes were made to improve the readability and cleanliness of the code and documentation. The extra space in the README.md file was removed to enhance readability. A newline was added at the end of the index.html file to adhere to best practices. Unnecessary leading spaces were removed from the CODE_OF_CONDUCT.md file for better readability. Lastly, unnecessary blank lines were removed from the CONTRIBUTING.md file to make the code cleaner.
feat: add pre-commit configuration file
A pre-commit configuration file has been added to the project to automate the process of checking for common issues before commits. This includes checks for trailing whitespace, file formatting, and preventing commits to the main branch. It also includes checks for potential security leaks using Gitleaks and code formatting using Prettier. This will help maintain code quality and prevent potential issues from being committed to the repository.