We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 all easy ESLint Errors in *.svelte` files.
The text was updated successfully, but these errors were encountered:
.eslintrc.cjs ESLint components Errors check configuration (#166)
.eslintrc.cjs
26f27c0
*.svelte fix ESLint no-inferrable-types (#166)
*.svelte
no-inferrable-types
4531f5b
SvelthreeInteraction fix ESLint no-undef (#166)
SvelthreeInteraction
no-undef
5abd6ac
*.svelte ignore ESLint no-undef on ARIAMixin interface (#166)
ARIAMixin
43576b0
`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).
SvelthreeInteraction fix ESLint no-empty (#166)
no-empty
ff8de66
quick'n'dirty (for now) see #167
Points change on_instance_provided() logic (same as Mesh), closes
Points
on_instance_provided()
Mesh
e11bc02
#168 noticed while fixing ESLint `no-empty` (#166)
SvelthreeInteraction fix ESLint no-case-declarations (#166)
no-case-declarations
f3e87a1
CubeCamera fix ESLint no-prototype-builtins (#166)
CubeCamera
no-prototype-builtins
4344a39
vatro
Successfully merging a pull request may close this issue.
Fix all easy ESLint Errors in *.svelte` files.
The text was updated successfully, but these errors were encountered: