If I apply JSFormat in NPP which is an excellent plugin btw :), I formats it the wrong way.
Adds unwanted spaces in - const dogName = adventurer.dog ? .name; Causing error as there should me no spaces in optional chaining. @sunjw Please see if you can fix this whenever you are free.
Sample Code -
If I apply JSFormat in NPP
which is an excellent plugin btw :)
, I formats it the wrong way.Adds unwanted spaces in -
const dogName = adventurer.dog ? .name;
Causing error as there should me no spaces in optional chaining. @sunjw Please see if you can fix this whenever you are free.