Newer
Older
sensorHubPlusFront / .vscode / settings.json
dutingting on 12 Jun 208 bytes 暂存
{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": "explicit",
    "source.fixAll.stylelint": "explicit"
  },
  "stylelint.validate": ["css", "scss", "vue"],
  "editor.inlayHints.enabled": "off"
}