.prrettierrc 90 B

1234
  1. {
  2. "singleQuote": true,// 使用单引号
  3. "semi": false // 行末不使用分号
  4. }