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
can someone help me get this working with js files. It looks like i'm supposed to use regex in settings.json file but
I don't really understand regex
it appears there already is some regex for JavaScript despite it seemingly not working.
in my js file i have some code like this.
let html = `
<div class="mr-2 bg-red-100 ml-3"></div>
<div class='mr-2 bg-red-100 ml-3'></div>
`
I would like the classes in their to be sorted. both if using single or double quotes. Is this possible and could someone help me get it working if so?
The text was updated successfully, but these errors were encountered:
can someone help me get this working with js files. It looks like i'm supposed to use regex in settings.json file but
in my js file i have some code like this.
I would like the classes in their to be sorted. both if using single or double quotes. Is this possible and could someone help me get it working if so?
The text was updated successfully, but these errors were encountered: