开源小程序

  • 插件推荐
  • 配置修改
  • 首页
  • 编程
  • 工具
    • 在线音乐

vscode 格式化vue3 ts 代码配置

  • nepiedg
  • 2023-02-17
  • 0

插件推荐

  1. ESLint
  2. Prettier ESLint
  3. Tailwind CSS
  4. Vue Language Features
  5. TypeScript Vue Plugin

配置修改

.vscode/setting.json 下修改

{
    "editor.detectIndentation": false,
    "editor.tabSize": 4,
    "editor.formatOnSave": true,
    "editor.codeActionsOnSave": {
        "source.fixAll.eslint": true
    },
    "css.validate": false,
    "less.validate": false,
    "scss.validate": false
}
© 2023 开源小程序
Theme by Wing
备案编号:鲁ICP备18024886号
  • {{ item.name }}
  • {{ item.name }}