-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Address #250 Normalise topics #291
Conversation
Fix topics for `diamond`, `two-buckets` and `variable-length-quantity`
Generated by 🚫 Danger |
Don't mind these warnings :) |
Hi @SleeplessByte, I see that the errors are caused by explicitly adding types when it's not necessary. Shall I submit a pull request to address this? |
We probably want to fine-tune |
Got it. Should this change be made in https://github.com/exercism/typescript-analyzer/blob/master/.eslintrc or individual |
Also, even with the change you suggested
We need to fix these as these are properties, won't we? This is my reference https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-inferrable-types.md |
That's right. These:
need to be fixed, but these
for example don't :) |
Should this change be made in https://github.com/exercism/typescript-analyzer/blob/master/.eslintrc or individual |
* Remove explicit type anotations for inferrable types Refer conversation in #291 for information about this change * Update eslint config to silence no-inferrable-types error * Add lint rule to maintainers eslint
Fix topics for
diamond
,two-buckets
andvariable-length-quantity