diff --git a/.gitignore b/.gitignore index a7554c2..50dbcca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ # dependencies -/node_modules \ No newline at end of file +/node_modules + +#misc +package-lock.json +yarn.lock \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a7672e..3062cb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5c1c50..86535dc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 8415936..a27d023 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vcian/lint-sage", - "version": "1.0.0", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@vcian/lint-sage", - "version": "1.0.0", + "version": "1.0.5", "license": "MIT", "dependencies": { "@inquirer/select": "^1.3.1"