diff --git a/.eslintrc.js b/.eslintrc.js index 95c13c79d..5ba5d4891 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,5 +16,7 @@ module.exports = { ], plugins: ['prettier'], // add your custom rules here - rules: {}, + rules: { + 'no-console': 'off', + }, } diff --git a/assets/images/utils/shield.svg b/assets/images/utils/shield.svg new file mode 100644 index 000000000..c7c484137 --- /dev/null +++ b/assets/images/utils/shield.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/components/ads/CookieConsent.vue b/components/ads/CookieConsent.vue index e9c939e73..216a6627b 100644 --- a/components/ads/CookieConsent.vue +++ b/components/ads/CookieConsent.vue @@ -1,6 +1,5 @@