Newer
Older
smart-metering-front / .vscode / settings.json
Stephanie on 1 Dec 2022 174 bytes first commit
{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true,
    "source.fixAll.stylelint": true
  },
  "stylelint.validate": [
    "css",
    "scss",
    "vue"
  ]
}