Newer
Older
smart-metering-front / .vscode / settings.json
{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    "source.fixAll.stylelint": true
  },
  "stylelint.validate": [
    "css",
    "scss",
    "vue"
  ],
  "editor.inlayHints.enabled": "off"
}