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
Would be nice to have a basic (opinionated) formatter (like black) for the template content. And then just use vue-recommended style formatting (so basically a nice selection of rules from the eslint-plugin-vue.
Maybe something like BeautifulSoup could be of use, but I don't think it can be configured to put attributes on separate lines. So probably would need to build it ourselves.
The text was updated successfully, but these errors were encountered:
Would be nice to have a basic (opinionated) formatter (like black) for the template content. And then just use vue-recommended style formatting (so basically a nice selection of rules from the eslint-plugin-vue.
Maybe something like BeautifulSoup could be of use, but I don't think it can be configured to put attributes on separate lines. So probably would need to build it ourselves.
The text was updated successfully, but these errors were encountered: