Fix linting errors

This commit is contained in:
Nick Alteen
2025-07-11 13:46:38 -04:00
parent 96167d31b2
commit 4630ed125d
5 changed files with 18 additions and 13 deletions

5
.github/codeql/codeql-config.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
name: JavaScript CodeQL Configuration
paths-ignore:
- node_modules
- dist

View File

@@ -18,8 +18,8 @@ it is generated from.
| `.devcontainer/` | Development Container Configuration |
| `.github/` | GitHub Configuration |
| `.licenses/` | License Information |
| `.vscode/` | VSCode Configuration |
| `badges/` | Badges for README |
| `.vscode/` | Visual Studio Code Configuration |
| `badges/` | Badges for readme |
| `dist/` | Generated JavaScript Code |
| `src/` | TypeScript Source Code |
| `.env.example` | Environment Variables Example for `@github/local-action` |

View File

@@ -10,7 +10,7 @@ Ensure you adhere to the following guidelines when creating release notes:
- Use a clear and consistent format for the release notes
- Include a summary of the changes made in the release
- Highlight any new features, improvements, or bug fixes
- Highlight any new features, improvements, or bugfixes
- If applicable, include instructions for upgrading or migrating to the new
version
- Use technical language that is appropriate for the audience, but avoid jargon
@@ -31,4 +31,4 @@ nature of the changes, please make sure to adjust the release notes accordingly:
- For **major** changes, include a detailed description of the breaking changes
and how users can adapt to them
- For **minor** changes, highlight new features and improvements
- For **patch** changes, focus on bug fixes and minor improvements
- For **patch** changes, focus on bugfixes and minor improvements

View File

@@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
language:
- javascript
- typescript
steps:
- name: Checkout

16
.vscode/mcp.json vendored
View File

@@ -1,9 +1,9 @@
{
"servers": {
"github": {
"url": "https://api.githubcopilot.com/mcp/",
"type": "http"
}
},
"inputs": []
}
"servers": {
"github": {
"url": "https://api.githubcopilot.com/mcp/",
"type": "http"
}
},
"inputs": []
}