Luke Deen Taylor
Luke Deen Taylor
Note this component is now available in Radix
I have a lot of false positives for this rule related, I think, to https://github.com/import-js/eslint-plugin-import/issues/1594 The issue with a lot of pacakges is that they export the *same* value as...
@SukkaW Thanks for explaining! My understanding is that the intention of the `no-named-as-default` rule is to catch mistakes like ```ts import useState from 'react'; ``` , where the user *intends*...
@SukkaW it looks like eslint-plugin-import just [merged](https://github.com/import-js/eslint-plugin-import/pull/3032) a fix for the case I was describing above, which I believe is slightly different than the case that was addressed here
#112 is merged! Once the change is released I’ll test & close this :)
duplicate of #121
Like @dylangrandmont, I’ve been encountering this issue pretty frequently in my own code in the case of a `HTMLCanvasElement | OffscreenCanvas` union. I use classes of the form: ```ts export...
should this issue have the [Union Order Dependence](https://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Union%20Order%20Dependence%22) label?
> Features where you couldn't sensibly stack another landcover item above may be better drawn later along with buildings (`leisure=track`, `leisure=pitch`, `leisure=swimming_pool`) could help a bit with #330
@nzakas i believe the question is whether (from ESLint’s perspective) a plugin *must* export all configs under `plugin.configs`, or whether it’s acceptable to export both a `plugin.configs` and `plugin.flatConfigs` objects....