DetachHead
DetachHead
i've successfully switched to `svelte-package`, you can test it out by installing the packages i published on my fork https://github.com/DetachHead/svelte-material-ui/actions/runs/3528249711/jobs/5918149377 note that i moved the sources from `src` to `src/lib`...
this can be fixed using [`strictEvents`](https://github.com/dummdidumm/rfcs/blob/ts-typedefs-within-svelte-components/text/ts-typing-props-slots-events.md#typing-events)
in some cases it is correct to turn it into a class method. for example: ```py class Foo: @staticmethod def bar(): ... def foo(self): # error: Method `foo` could be...
also `too-many-positional` (`PLR0917`)
@MichaelDeBoey thanks. i've re-raised it https://github.com/eslint-community/eslint-plugin-eslint-comments/issues/130 btw you may be interested in https://github.com/DetachHead/issues-transfer if you want to automatically transfer all the issues from this repo
i don't think you need maintainer rights, since all it does is copy the contents of the open issues and re-raises them on the specified repo. i don't think you...
this issue doesn't occur in [`eslint-plugin-svelte`](https://github.com/ota-meshi/eslint-plugin-svelte) which seems to be more actively maintained - #184
this issue doesn't occur in [`eslint-plugin-svelte`](https://github.com/ota-meshi/eslint-plugin-svelte) which seems to be more actively maintained - #184
> This feels more like a hack than anything else tell me about it, that's python typing for you lol > a strict reading of the spec seems to imply...
do you have `"additionalProperties": false` in your schema? when i do, it correctly fails to validate when an additional field is present. https://json-schema.org/understanding-json-schema/reference/object#additional-properties