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?
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?