Tobias Hernstig

Results 318 comments of Tobias Hernstig

Immediate reaction: your **option 3** looks best. For where to get the name I _believe_ `meta.name` is the most proper, but I wager this will be discovered and understood more...

@connorshea that might work, but there are real reasons why ESLint flat config uses aliases. Unsure if they apply here though, but it is a good way to massage people...

@keith-hall understood, but it would make sense to add a file extension to indicate what file format it is? It is quite common for a plethora of other tools that...

@keith-hall isn't the config though really adhering to the `ini` format? Or at least, a subset of it. Using `ini` in e.g. VS Code makes everything look nicely for the...

> I've published an update under my name, it might be still a bit bugged: https://marketplace.visualstudio.com/items?itemName=panekj.even-betterer-toml Although this is appreciated, is there a plan to release the "real" extension? It...

@panekj got it, that seems problematic. Hope @tamasfe comes back soon, but it has been 6 months soon, so maybe the only real solution is to eventually completely start a...

> > ... is AWOL. > > But occasionally still seen on Reddit, just completely gone MIA on Github. Could be losing steam or focus or anything. panekj's maintenance still...

I noticed that using `globalThis.window` gives other lint errors: ```ts typeof globalThis.window === 'undefined' // Error: Compare with `undefined` directly instead of using `typeof` (unicorn/no-typeof-undefined) ``` If we fix it...

@thaJeztah I understand that the question "what are you trying to achieve" might be go avoid the _XY problem_, but if we forget about that for a moment and do...