diff --git a/.eslintrc b/.eslintrc index 9bb598a2..f56d6544 100644 --- a/.eslintrc +++ b/.eslintrc @@ -8,5 +8,11 @@ "jsonc/sort-keys": "error" } } - ] + ], + "rules": { + "vue/no-restricted-syntax":["error", { + "selector": "VElement[name='a']", + "message": "Use NuxtLink instead." + }] + } } diff --git a/components/account/AccountBigCard.vue b/components/account/AccountBigCard.vue index 1abab8ce..7116d9fe 100644 --- a/components/account/AccountBigCard.vue +++ b/components/account/AccountBigCard.vue @@ -28,9 +28,9 @@ defineOptions({
- + - +
@@ -46,9 +46,9 @@ defineOptions({
- +
diff --git a/components/common/CommonPaginator.vue b/components/common/CommonPaginator.vue index 2cd07162..1191f17d 100644 --- a/components/common/CommonPaginator.vue +++ b/components/common/CommonPaginator.vue @@ -1,4 +1,4 @@ -