Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
即使您在首选项中明确将其设置为替换为单引号,其他人也会遇到使用双引号而不是单引号的更漂亮的格式化代码?这是一张照片:
在最近对 VSCode 进行更新后,我开始遇到这个问题,这让我发疯。关于如何解决这个问题的任何想法。Prettier: Single Quote 实际上不是用单引号而不是双引号格式化,我错了吗?谢谢。
尝试在 package.json 级别创建文件.prettierrc并将属性 singleQuote 设置为 true,如下所示:
{ "singleQuote": true }