Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer authored Jan 28, 2025
2 parents 9d4f7c8 + 0d2044e commit 2e6b5d1
Show file tree
Hide file tree
Showing 234 changed files with 21,282 additions and 54,509 deletions.
3 changes: 2 additions & 1 deletion .base-sample/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import stylistic from '@stylistic/eslint-plugin';
export default tseslint.config(
{
ignores: [
'out'
'.vscode-test',
'out',
]
},
js.configs.recommended,
Expand Down
4 changes: 2 additions & 2 deletions .base-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/node": "^20",
"@types/vscode": "1.90.0",
"eslint": "^9.13.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.11.0"
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0"
}
}
3 changes: 2 additions & 1 deletion authenticationprovider-sample/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import stylistic from '@stylistic/eslint-plugin';
export default tseslint.config(
{
ignores: [
'out'
'.vscode-test',
'out',
]
},
js.configs.recommended,
Expand Down
Loading

0 comments on commit 2e6b5d1

Please sign in to comment.