diff --git a/.eslintrc b/.eslintrc index 5a7d66f55..37e661d96 100644 --- a/.eslintrc +++ b/.eslintrc @@ -6,6 +6,7 @@ "use": true }, "rules": { - "no-console": "off" + "no-console": "off", + "vue/no-parsing-error": "off" } } diff --git a/packages/cna-template/template/frameworks/buefy/components/Card.vue b/packages/cna-template/template/frameworks/buefy/components/Card.vue index 9c379b119..f4e77e0a7 100644 --- a/packages/cna-template/template/frameworks/buefy/components/Card.vue +++ b/packages/cna-template/template/frameworks/buefy/components/Card.vue @@ -26,8 +26,7 @@ - +}`) %> diff --git a/packages/cna-template/template/frameworks/buefy/layouts/default.vue b/packages/cna-template/template/frameworks/buefy/layouts/default.vue index ae8857201..482896839 100644 --- a/packages/cna-template/template/frameworks/buefy/layouts/default.vue +++ b/packages/cna-template/template/frameworks/buefy/layouts/default.vue @@ -52,8 +52,7 @@ - +}`) %> diff --git a/packages/cna-template/template/frameworks/buefy/pages/index.vue b/packages/cna-template/template/frameworks/buefy/pages/index.vue index 2dcdf8275..6db6a61ae 100644 --- a/packages/cna-template/template/frameworks/buefy/pages/index.vue +++ b/packages/cna-template/template/frameworks/buefy/pages/index.vue @@ -40,14 +40,11 @@ - +}`) %> diff --git a/packages/cna-template/template/frameworks/framevuerk/components/FramevuerkLogo.vue b/packages/cna-template/template/frameworks/framevuerk/components/FramevuerkLogo.vue index 98ddfbd50..84a5b920d 100644 --- a/packages/cna-template/template/frameworks/framevuerk/components/FramevuerkLogo.vue +++ b/packages/cna-template/template/frameworks/framevuerk/components/FramevuerkLogo.vue @@ -26,8 +26,7 @@ - +}`) %>