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:
@@ -8,7 +8,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"prepare": "vite build",
|
||||
"lint:ts": "tsc --noEmit",
|
||||
"lint": "tsc --noEmit",
|
||||
"test": "echo no tests yet"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user