funkhaus / fuxt

A complete Headless WordPress tech stack built on Nuxt.
223 stars 28 forks source link

fixed auto formatting with vue-official formatter on save #117

Closed rsm0128 closed 2 days ago

rsm0128 commented 2 weeks ago

Use EsLint for litting and use Prettier for formatting

drewbaker commented 2 weeks ago

OK this fixes the Vue template part, but doesn't fix the CSS in the <style> tag.

I suspect this is turning off the Prettier part, but not the ES Lint part.

rsm0128 commented 2 weeks ago

@drewbaker I created another PR #118 to solve the same issue.