You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example configuration the default separator is listed as separator: ';' this sometimes leads to issues could this be changed to separator: ';\n'.
The text was updated successfully, but these errors were encountered:
The example specifically refers to how one would override that default...
That being said, ;\n is indeed a safer example to give for JavaScript, because you could accidentally end up concatenating live code into a // comment.
In the example configuration the default separator is listed as
separator: ';'
this sometimes leads to issues could this be changed toseparator: ';\n'
.The text was updated successfully, but these errors were encountered: