Newer
Older
xc-metering-front / .vscode / settings.json
lyg on 14 Dec 2023 224 bytes 现场问题修改
{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": "explicit",
    "source.fixAll.stylelint": "explicit"
  },
  "stylelint.validate": [
    "css",
    "scss",
    "vue"
  ],
  "editor.inlayHints.enabled": "off"
}