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

View File

@ -34,7 +34,7 @@
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"lint": "eslint . --ext .ts,.tsx",
"lint": "eslint \"src/**/*.ts\"",
"watch": "tsc -watch -p ./"
},
"devDependencies": {