Chore: Enable strict Typescript checks (#41198)

* Chore: Enable strict Typescript checking

* Chore: Remove old strict budget checks
This commit is contained in:
Josh Hunt
2021-11-02 15:23:44 +00:00
committed by GitHub
parent eb223a6645
commit 14ddb2939c
5 changed files with 2 additions and 25 deletions
-1
View File
@@ -421,7 +421,6 @@ def lint_frontend_step():
'yarn run prettier:check',
'yarn run lint',
'yarn run typecheck',
'yarn run check-strict',
],
}