Skip to content

Commit

Permalink
Improve Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stavan-vc committed Nov 23, 2023
1 parent b4e082a commit 158b79f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# dependencies
/node_modules
/node_modules

#misc
package-lock.json
yarn.lock
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

_Nov 16, 2023_

- Integrated [ESLint] with standard rules for consistent code quality.
- Implemented [Prettier] for automatic code formatting and style consistency.
- Introduced [Husky] Git hooks for pre-commit and pre-push checks.
- Added [Lint Staged] to validate staged changes against coding standards.
- Integrated `ESLint` with standard rules for consistent code quality.
- Implemented `Prettier` for automatic code formatting and style consistency.
- Introduced `Husky` Git hooks for pre-commit and pre-push checks.
- Added `Lint Staged` to validate staged changes against coding standards.
- Provided optimized VS Code configuration for seamless development.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to [Your Project Name]
# Contributing to Lint Sage

Thank you for considering contributing to [Your Project Name]! We welcome your help and support in making this project better. This document outlines the guidelines for contributing to our project. Please take a moment to review it to ensure a smooth and effective collaboration.
Thank you for considering contributing to Lint Sage! We welcome your help and support in making this project better. This document outlines the guidelines for contributing to our project. Please take a moment to review it to ensure a smooth and effective collaboration.

## Code of Conduct

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 158b79f

Please sign in to comment.