Newer
Older
sensorHubPlusFront / .vscode / settings.json
liyaguang on 12 Jun 224 bytes 页面搭建
{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": "explicit",
    "source.fixAll.stylelint": "explicit"
  },
  "stylelint.validate": [
    "css",
    "scss",
    "vue"
  ],
  "editor.inlayHints.enabled": "off"
}