mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Bump ts-eslint versions
This fixes a warning about running on an unsupported TypeScript version. Also makes sure we do not lint any `.vscode-test` contents if they are present
This commit is contained in:
@ -11,7 +11,8 @@ import stylistic from '@stylistic/eslint-plugin';
|
||||
export default tseslint.config(
|
||||
{
|
||||
ignores: [
|
||||
'out'
|
||||
'.vscode-test',
|
||||
'out',
|
||||
]
|
||||
},
|
||||
js.configs.recommended,
|
||||
|
||||
758
tree-view-sample/package-lock.json
generated
758
tree-view-sample/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -232,7 +232,7 @@
|
||||
"@types/vscode": "^1.73.0",
|
||||
"eslint": "^9.13.0",
|
||||
"typescript": "^5.7.2",
|
||||
"typescript-eslint": "^8.11.0"
|
||||
"typescript-eslint": "^8.16.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"ftp": "^0.3.10",
|
||||
|
||||
Reference in New Issue
Block a user