项目根目录创建 .prettierrc 文件,内容如下:

{

  "semi": false,

  "singleQuote": true,

  "tabWidth": 2

}

semi表示分号,sigleQuote表示单引号,tabWidth表示tab空几格