yoshipi

Results 5 comments of yoshipi

Sorry, I didn't explain it well enough. I meant that vue/html-self-closing is not available **by default** when used with prettier. Edited the text. I think it is not a good...

> Why not change the default options in `eslint-config-prettier` instead? If the default options in `eslint-config-prettier` are changed, the vue/html-self-closing rule will be applied to all users who are using...

@gyohza It is being discussed in [#5246](https://github.com/prettier/prettier/issues/5246). For your reference.

Ah, I understand. So, we simply need to change the default values. > I don't want to change the rule defaults. This is because people who like the current style...

@cexbrayat I have opened a PR!