diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 7d55ffa9..9e2fffff 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -8,7 +8,7 @@ module.exports = { 'eslint:recommended', '@vue/eslint-config-typescript', '@vue/eslint-config-prettier/skip-formatting', - "plugin:vuetify/base" + 'plugin:vuetify/base' ], overrides: [ { diff --git a/TODO b/TODO index 1634ddd3..3f210b52 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,9 @@ TODO +npx eslint --ext .vue src +https://vuetifyjs.com/en/getting-started/upgrade-guide/ vuex orm -> pinia replace vue-facing-decorator -> composables re-enable sprintf fontawesome browserDetect -enable routerGuards - -https://vuetifyjs.com/en/getting-started/upgrade-guide/ -v-list-item-group has been removed, just add value to list items to make them selectable and bind -v-list-item-content has been removed, lists use CSS grid for layout now instead. \ No newline at end of file +enable routerGuards \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f06c4771..7bb00ec6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,6 @@ "rxjs": "^7.5.5", "sprintf-js": "^1.1.2", "v-mask": "^2.3.0", - "vite-plugin-vuetify": "^1.0.2", "vue": "^3.3.2", "vue-browser-detect-plugin": "^0.1.18", "vue-cookies": "^1.8.1", diff --git a/package.json b/package.json index fbfd4d00..f282f5a8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ "rxjs": "^7.5.5", "sprintf-js": "^1.1.2", "v-mask": "^2.3.0", - "vite-plugin-vuetify": "^1.0.2", "vue": "^3.3.2", "vue-browser-detect-plugin": "^0.1.18", "vue-cookies": "^1.8.1", @@ -57,8 +56,8 @@ "eslint": "^8.39.0", "eslint-plugin-cypress": "^2.13.3", "eslint-plugin-vue": "^9.11.0", - "npm-run-all": "^4.1.5", "node-sass": "*", + "npm-run-all": "^4.1.5", "prettier": "^2.8.8", "sass": "^1.51.0", "sass-loader": "^10.2.1", diff --git a/src/App.vue b/src/App.vue index 8524d431..313b3dff 100644 --- a/src/App.vue +++ b/src/App.vue @@ -56,7 +56,7 @@ >Log In