Skip to content
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

Fix easy ESLint Errors #169

Merged
merged 19 commits into from
Sep 12, 2022
Merged

Fix easy ESLint Errors #169

merged 19 commits into from
Sep 12, 2022

Conversation

vatro
Copy link
Owner

@vatro vatro commented Sep 12, 2022

closes #164
closes #166

No ESLint Errors in components left, only no-explicit-any + two no-unused-vars warnings.

Currently 5 Errors in project left (related to #165)
ESLint: ✖ 413 problems (5 errors, 408 warnings) (no-explicit-any + two no-unused-vars warnings)

...\lib\ani\SvelthreeAnimationManager.ts
  7:38  error  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any    
 13:50  error  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
171:18  error  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
...\lib\types\types-extra.ts
 85:22  error  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
117:8   error  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any

svelte-check: svelte-check found 0 errors, 0 warnings, and 0 hints

Vatroslav Vrbanic added 19 commits September 12, 2022 13:52
outdated / unfinished / unused
`svelte-check` and the generated `package` / `d.ts` are OK with it, so just ignoring it (for now).
I don't know why ESLint marks this as Error (atm).
quick'n'dirty (for now) see #167
@vatro vatro added this to the 1.0.0-next.1 milestone Sep 12, 2022
@vatro vatro self-assigned this Sep 12, 2022
@vatro vatro merged commit 8af2649 into dev Sep 12, 2022
@vatro vatro deleted the major-eslint-aided-polish branch September 12, 2022 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix easy ESLint Errors (components) Fix easy ESLint Errors (not components)
1 participant