Newer
Older
xc-business-system / .vscode / settings.json
lyg on 18 Dec 2023 276 bytes 质量管理审批人自选完成
{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": "explicit",
    "source.fixAll.stylelint": "explicit"
  },
  "stylelint.validate": [
    "css",
    "scss",
    "vue"
  ],
  "editor.inlayHints.enabled": "off",
  "typescript.tsdk": "node_modules/typescript/lib"
}