Commit 89c2c77b authored by Benedikt Heinrichs's avatar Benedikt Heinrichs Committed by Sandra Westerhoff
Browse files

Breaking: Vue 3 Migration

parent 4f13a66d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@
    "shimsNqD": true,
    "shimsPngD": true,
    "shimsSvgD": true,
    "shimsVueD": true,
    "toRaw": true,
    "toRef": true,
    "toRefs": true,
@@ -66,7 +65,6 @@
    "watch": true,
    "watchEffect": true,
    "watchPostEffect": true,
    "watchSyncEffect": true,
    "BASE_PATH": true
    "watchSyncEffect": true
  }
}
+2 −1
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ module.exports = {
        "checkFilenames": false
      }
    ],
    "unicorn/no-abusive-eslint-disable": "off"
    "unicorn/no-abusive-eslint-disable": "off",
    "vue/no-v-model-argument": "off"
  }
};
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
    "arcanis.vscode-zipfs",
    "dbaeumer.vscode-eslint",
    "esbenp.prettier-vscode",
    "vitest.explorer",
    "vue.volar"
  ]
}
+0 −4
Original line number Diff line number Diff line
@@ -3,10 +3,6 @@
    "**/.yarn": true,
    "**/.pnp.*": true
  },
  "eslint.nodePath": ".yarn/sdks",
  "prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
  "typescript.tsdk": ".yarn/sdks/typescript/lib",
  "typescript.enablePromptUseWorkspaceTsdk": true,
  "cSpell.words": [
    "dcterms",
    "rdfjs",
+894 −0

File changed and moved.

Preview size limit exceeded, changes collapsed.

Loading