jjangga0214
jjangga0214
@joelspadin I think it's a great idea 👍 🎉 It would be elegant if, by `no-default-keys`, #1712 can be smoothly supported with [Multiple Caps Breaks](https://zmk.dev/docs/behaviors/caps-word#multiple-caps-breaks). Would it be possible? Or...
@ljharb @pauliesnug > oh no, not at all! it just means the main entrypoint of the package will be the legacy config, and flat config users will need to import,...
@bernatvadell @jrobber Hi! Thank you for reporting the issue! May I ask if this happens with the latest version? (I personally don't use/have a Windows machine (though I may be...
I am also curious whether `npx hasura-cli metadata export` and `npx hasura metadata export` can have different results. I 'guess', theoretically, some of these scenarios may be possible. (I don't...
@jrobber > I get this exact same error, but only if I run it in VSCode. If I use WindowsTerminal to open my Ubuntu shell and run it from there,...
This also happens with Apple Silicon(M1 max, Ventura 13.3.1(22E261))
This would be better then, IMHO. ```js import unicorn from 'eslint-plugin-unicorn/flat' export default [ unicorn.configs.recommended, ] ```
@ltdrdata Thank you! That's also a really good node! However, you misunderstood what I meant. > However this also has side effects and requires a lot of experiments to find...
Hi! Thank you for the PR. IMHO, I prefer this usage design more. ```js import json from 'eslint-plugin-json/flat' //
@azeemba > I honestly haven't kept up with eslint so I will first try to familiarize myself with what eslint is changing and then test out this PR. I'd like...