Newer
Older
xc-metering-front / .vscode / settings.json
liyaguang on 19 Jul 2023 212 bytes first commit
{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    "source.fixAll.stylelint": true
  },
  "stylelint.validate": [
    "css",
    "scss",
    "vue"
  ],
  "editor.inlayHints.enabled": "off"
}