Open mcaroff-wallix opened 1 year ago
Hi dear, What is your node version?
Hi hosseinmd, it turns my node version is different on my two OS-es:
> # windows
> node --version
v16.20.1
$ # linux
$ node --version
v20.6.1
I also looked in our Gitlab CI, where this issue first appeared. We have this:
$ node -v
v16.16.0
Somehow the formatting produced in my Linux VM has changed and is now (flat), the same as on my Windows:
/**
* @remarks
* text
*/
I get one of two formats depending on the system I'm on:
Windows: (flat):
Linux: (indented):
Note: this issue may actually not be related to the OS, it may be due to something else.
Environment
.prettierrc.js
:Versions:
Edit: added names "(flat)" and "(indented)", to format results.