I use prettier for formatting code. Recently I followed that sometimes it's pretty annoying. It's auto create multi line to single line in constructor function. How can I stop this behavior?
You're having a typo.
On line 30 through 33 you're ending lines with ,. These should be semicolons ;.
,
;
2.1m questions
2.1m answers
60 comments
57.0k users