mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Bump eslint versions and update lint scripts
Pick up latest eslint to avoid a nasty warning about using an unsupported version of TS Also updates the eslint script to be more scoped on which files it checks
This commit is contained in:
@ -43,11 +43,11 @@
|
||||
"@types/vscode": "^1.58.0",
|
||||
"@types/vscode-notebook-renderer": "^1.57.8",
|
||||
"@types/webpack-env": "^1.16.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.0",
|
||||
"@typescript-eslint/parser": "^5.30.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
||||
"@typescript-eslint/parser": "^5.42.0",
|
||||
"concurrently": "^5.3.0",
|
||||
"css-loader": "^4.2.0",
|
||||
"eslint": "^8.13.0",
|
||||
"eslint": "^8.26.0",
|
||||
"fork-ts-checker-webpack-plugin": "^5.0.14",
|
||||
"glob": "^7.1.7",
|
||||
"react": "^17.0.2",
|
||||
|
||||
Reference in New Issue
Block a user