INFRA: Update everything except React (#312)

This commit is contained in:
David Walker
2023-01-07 23:36:55 -08:00
committed by GitHub
parent 54e8875dd0
commit 0c2d402f0b
23 changed files with 5610 additions and 8083 deletions

View File

@@ -16,5 +16,5 @@
"strict": true,
"target": "es2019"
},
"include": ["src/**/*"]
"include": ["src/**/*", "electron/**/*", ".eslintrc.js"]
}