Upgrade package versions and update ESLint config

Upgraded the project version to 0.0.8. Updated various dev dependencies, specifically @typescript-eslint packages and eslint-plugin-jsdoc, to their latest versions. Replaced @typescript-eslint/eslint-plugin with @stylistic/eslint-plugin to ensure compatibility and improved linting. These changes enhance code quality and tool efficiency.
This commit is contained in:
2024-08-15 00:08:52 +02:00
parent de2cca1742
commit f0d1db6fa1
4 changed files with 264 additions and 182 deletions

View File

@@ -81,7 +81,7 @@ jobs:
- name: Create temporary branch
id: create_temp_branch
run: |
git checkout --orphan temp_branch
git checkout --orphan release/v${{ env.VERSION }}
git reset
rm -f .gitignore
git add README.md package.json LICENSE dist/ src/ tsconfig.json