Newer
Older
smart-metering-front / .vscode / settings.json
lyg on 13 Mar 2024 224 bytes 检测流程修改
{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": "explicit",
    "source.fixAll.stylelint": "explicit"
  },
  "stylelint.validate": [
    "css",
    "scss",
    "vue"
  ],
  "editor.inlayHints.enabled": "off"
}