📜  配置更漂亮以删除分号 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:17.849000             🧑  作者: Mango

代码示例1
open vscode
cmd + shift + p
open settings.json

add this
  "editor.formatOnSave": true,
  "prettier.semi": false,

or open settings in vscode
type > prettier.semi
:-) uncheck the checkbox that sets semicolons on prettier to true