silverwind

Results 266 issues of silverwind

### Welcome - [X] Yes, I understand that the GitHub action repository is not the repository of golangci-lint itself. - [X] Yes, I've searched similar issues on GitHub and didn't...

area: cache
proposal

In flat config format, eslint plugins are imported using `import` statements should therefor publish type definitions to avoid such typescript errors: ``` TS7016: Could not find a declaration file for...

Fixes: https://github.com/haradakunihiko/react-confirm/issues/87 I assume any type will work but given that the example shows `{}`, I thought it to be reasonable to assume that it is an object.

Should be here: https://github.com/haradakunihiko/react-confirm/blob/7f62297e053e7b5046ce4f8dc2e9e31cab24aa9f/typescript/index.d.ts#L11-L20

https://razorness.github.io/vue3-calendar-heatmap/ In some cases, the last month is being cut off on right:

Allow users to pass custom props to tippy.js, for example to render the tooltip on bottom: This PR is also available on npm as `@silverwind/[email protected]`.

Requesting to add support for this option [supported](https://github.com/microsoft/vscode-eslint/tree/fa396e45eb25087950c81c9a9f9eb6f7d1f2818f#settings-options) by `vscode-eslint`, but not by this LSP-eslint. To showcase the need, assume a workspace with multiple sub-projects which each have their own...

A [combinator](https://json-schema.org/understanding-json-schema/reference/combining) like `allOf`, `anyOf` or `oneOf` with only a single member is useless and could trigger a warning: ```yaml openapi: 3.0.3 components: schemas: foo: type: string bar: allOf: -...

enhancement

I encounted a issue with React `Invalid hook call` error when using this module inside a library module which is linked into another project via `npm link` and I think...