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 3253b73029
commit d45edc8c4d

View File

@ -19,7 +19,7 @@
],
"scripts": {
"prepare": "vite build && api-extractor run",
"lint:ts": "tsc --noEmit",
"lint": "tsc --noEmit",
"test": "vitest --coverage"
},
"devDependencies": {