Open klaygomes opened 3 years ago
format-command: './node_modules/.bin/prettier ${--tab-width:tabWidth} ${--single-quote:singleQuote} --parser html'
Where do these variables configuration come from?
${--tab-width:tabWidth}
${--single-quote:singleQuote}
https://prettier.io/docs/en/options.html
Where do these variables configuration come from?
${--tab-width:tabWidth}
${--single-quote:singleQuote}