Include Python in static analysis job

Also refactor "yarn lint" of each module/package to run whatever lint
task is appropriate for it
This commit is contained in:
Andrew Ferrazzutti
2025-02-13 16:04:03 -05:00
parent 7df795754c
commit 8c11b576cb
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
],
"scripts": {
"prepare": "vite build",
"lint:ts": "tsc --noEmit",
"lint": "tsc --noEmit",
"test": "echo no tests yet"
},
"devDependencies": {