Newer
Older
xc-metering-front / .vscode / settings.json
{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": "explicit",
    "source.fixAll.stylelint": "explicit"
  },
  "stylelint.validate": ["css", "scss", "vue"],
  "editor.inlayHints.enabled": "off",
  "typescript.tsdk": "node_modules/typescript/lib"
}