Skip to content

Commit 4630ed1

Browse files
committed
Fix linting errors
1 parent 96167d3 commit 4630ed1

File tree

5 files changed

+18
-13
lines changed

5 files changed

+18
-13
lines changed

.github/codeql/codeql-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name: JavaScript CodeQL Configuration
2+
3+
paths-ignore:
4+
- node_modules
5+
- dist

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ it is generated from.
1818
| `.devcontainer/` | Development Container Configuration |
1919
| `.github/` | GitHub Configuration |
2020
| `.licenses/` | License Information |
21-
| `.vscode/` | VSCode Configuration |
22-
| `badges/` | Badges for README |
21+
| `.vscode/` | Visual Studio Code Configuration |
22+
| `badges/` | Badges for readme |
2323
| `dist/` | Generated JavaScript Code |
2424
| `src/` | TypeScript Source Code |
2525
| `.env.example` | Environment Variables Example for `@github/local-action` |

.github/prompts/create-release-notes.prompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Ensure you adhere to the following guidelines when creating release notes:
1010

1111
- Use a clear and consistent format for the release notes
1212
- Include a summary of the changes made in the release
13-
- Highlight any new features, improvements, or bug fixes
13+
- Highlight any new features, improvements, or bugfixes
1414
- If applicable, include instructions for upgrading or migrating to the new
1515
version
1616
- 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:
3131
- For **major** changes, include a detailed description of the breaking changes
3232
and how users can adapt to them
3333
- For **minor** changes, highlight new features and improvements
34-
- For **patch** changes, focus on bug fixes and minor improvements
34+
- For **patch** changes, focus on bugfixes and minor improvements

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
language:
28-
- javascript
28+
- typescript
2929

3030
steps:
3131
- name: Checkout

.vscode/mcp.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"servers": {
3-
"github": {
4-
"url": "https://api.githubcopilot.com/mcp/",
5-
"type": "http"
6-
}
7-
},
8-
"inputs": []
9-
}
2+
"servers": {
3+
"github": {
4+
"url": "https://api.githubcopilot.com/mcp/",
5+
"type": "http"
6+
}
7+
},
8+
"inputs": []
9+
}

0 commit comments

Comments
 (0)