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:
2
.github/workflows/CreateRelease.yml
vendored
2
.github/workflows/CreateRelease.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user