SUZUKI Sosuke
SUZUKI Sosuke
This is parser end issue
workaround: using `babel-ts` parser
Using `--ignore-path` option like following command solve your problem?: ``` $ prettier --ignore-path=.prettierignore build ```
Thank you for showing the use case. I originally had the same idea as you. Please see https://github.com/prettier/prettier/issues/14831. If more use cases like this are reported, we might be able...
My opinions: - I am not interested in the import order - I like to use all software with default settings as much as possible. However, since it is fisker...
Can you use the issue template?
@voithos Okay, thank you. Let's keep this PR open, remove from 2.1 milestone. It may be good to put `help wanted` label. /cc @thorn0 @fisker @evilebottnawi
Maybe we don't support inline LaTeX in Markdown...
Personally, I don't think the current Vue format is a bug. However, I think it is odd that HTML and Vue have different formatting results.
Ah, understanding. I thought it was a legitimate line break due to printWidth, but in fact it keeps happening even when printWidth is set to a large value. This is...