ageer пре 1 месец
родитељ
комит
34be64e11f
2 измењених фајлова са 0 додато и 68 уклоњено
  1. 0 3
      .vscode/extensions.json
  2. 0 65
      .vscode/settings.json

+ 0 - 3
.vscode/extensions.json

@@ -1,3 +0,0 @@
-{
-  "recommendations": ["Vue.volar", "dbaeumer.vscode-eslint"]
-}

+ 0 - 65
.vscode/settings.json

@@ -1,65 +0,0 @@
-{
-  "prettier.enable": false,
-  "editor.formatOnSave": false,
-  "editor.codeActionsOnSave": {
-    "source.fixAll.eslint": "explicit"
-  },
-  "eslint.validate": [
-    "javascript",
-    "javascriptreact",
-    "typescript",
-    "typescriptreact",
-    "vue",
-    "html",
-    "json",
-    "jsonc",
-    "json5",
-    "yaml",
-    "yml",
-    "markdown"
-  ],
-  "cSpell.words": [
-    "antfu",
-    "axios",
-    "bumpp",
-    "chatgpt",
-    "chenzhaoyu",
-    "commitlint",
-    "davinci",
-    "dockerhub",
-    "esno",
-    "GPTAPI",
-    "highlightjs",
-    "hljs",
-    "iconify",
-    "katex",
-    "katexmath",
-    "linkify",
-    "logprobs",
-    "mdhljs",
-    "mila",
-    "nodata",
-    "OPENAI",
-    "pinia",
-    "Popconfirm",
-    "rushstack",
-    "Sider",
-    "tailwindcss",
-    "traptitech",
-    "tsup",
-    "Typecheck",
-    "unplugin",
-    "VITE",
-    "vueuse",
-    "Zhao"
-  ],
-  "i18n-ally.enabledParsers": [
-    "ts"
-  ],
-  "i18n-ally.sortKeys": true,
-  "i18n-ally.keepFulfilled": true,
-  "i18n-ally.localesPaths": [
-    "src/locales"
-  ],
-  "i18n-ally.keystyle": "nested"
-}