-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
noImplicitAny for ui/analysis, ui/puzzle, ui/round #6939
Comments
Is |
Nope, there were still a few I wasn’t able to add types for. |
* 'master' of github.com:ornicar/lila: New Crowdin updates (#7245) Types for ui/round for ornicar#6939
As of #8713 ui/analyse now also has |
Awesome, thanks! I feel like those can be done on demand, i.e., when changing related code. |
noImplicitAny
will help with some refactorings (such as lichess-org/chessground#145). Even partial progress is useful.Pick one of:
Temporarily set
noImplicitAny
totrue
inui/.../tsconfig.json
.To compile use
yarn run dev
,yarn run dev --watch
oryarn run tsc --noEmit
inui/...
. Fix some issues. (Usually it is better to leave issues unsolved than making any explicit).Turn
noImplicitAny
back off, unless no issues remain.The text was updated successfully, but these errors were encountered: