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