Javascript ESlint \ Prettier not formatting in a nice way #22165
Replies: 1 comment
-
it was my lines. i had them limited to 80 characters assuming softwrap would work magic, but it worked logically |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my javascript functions are currently formatted like this
await write2Ya(
CSNT.cma,
CSNT.hbi,
[0x0f, 0xf0],
cli,
);
but i want them to be like this
await write2Ya(CSNT.cma, CSNT.hbi, [0x0f, 0xf0], cli);
How can i fix this?
Beta Was this translation helpful? Give feedback.
All reactions