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:
Matt Bierner
2022-11-04 13:52:32 -07:00
parent 45531b256a
commit 42e83bf2f3
110 changed files with 21070 additions and 10087 deletions

File diff suppressed because it is too large Load Diff

View File

@ -33,10 +33,10 @@
"@types/glob": "^7.1.3",
"@types/node": "^16.11.7",
"@types/vscode": "^1.46.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",
"@vscode/test-electron": "^1.6.1",
"eslint": "^8.13.0",
"eslint": "^8.26.0",
"glob": "^7.1.6",
"typescript": "^4.8.4"
}