{
    "eslint.workingDirectories": [{ "mode": "auto" }],
    "eslint.validate": [
        "javascript",
        "typescript",
        "vue"
  ],
  "editor.codeActionsOnSave": {
      "source.fixAll": true,
      "eslint.format.enable": true,
      "editor.formatOnSave": true,
    },
    "editor.bracketPairColorization.enabled": true,
    "editor.guides.bracketPairs": "active",
    "editor.wordWrap": "on",
    "npm-scripts.showStartNotification": false,
    "css.lint.unknownAtRules": "ignore",
    "scss.lint.unknownAtRules": "ignore",
    "typescript.inlayHints.parameterNames.enabled": "all",
    "typescript.tsdk": "node_modules/typescript/lib"
}