Micha Reiser
Micha Reiser
This should be fixed after landing #3702 (yes, a very unrelated PR :D)
!bench_analyzer
> I guess we should also enable non-recommended rules when `enabledNurseryRules` is true ? That, and/or change the option to a select where users can pick from: All/Recommended (until we...
Thanks for reporting this issue. Do you know what version of node is running inside of your gitlab-runner?
It seems you may be able to tell by the [image your using](https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Nodejs.gitlab-ci.yml#L11) What's the value of the `image` key in your workflow? ```yaml # You can copy and paste...
Hmm, that's odd. [Optional chaining](https://node.green/#ES2020-features-optional-chaining-operator-----) is supported since node 16
> How many versions are recommended Rome supports node version 14 and newer, which is why I'm confused that you're seeing this error. I installed node14 locally to double-check that...
@nstepien I did the following to reproduce the issue in a workspace with a `test.mjs` file ## Add file to `formatter.ignore` 1. Open the file, make a change, hit save...
@nstepien thanks for the detailed test report. I noticed that using a glob like `*.mjs` works as expected but the ignore's stop working as soon as there is a folder...
> @MichaReiser Out of curiosity, why is it scheduled for 12.0.0? Shouldn't this only require a bug fix in the VSCode extension, with no breaking change? We're open to PRs...