eslink格式化文档配置

50 阅读1分钟

配置文件: .prettierrc

{
    "semi":false,
    "singleQuote":true,
    "printWidth":200
  }