diff --git a/client/.eslintrc.js b/client/.eslintrc.js index 92ad96bd..2603e167 100644 --- a/client/.eslintrc.js +++ b/client/.eslintrc.js @@ -11,7 +11,7 @@ module.exports = { extends: [ // https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention // consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules. - 'plugin:vue/strongly-recommended', + 'plugin:vue/recommended', // 'plugin:vue/recommended', // https://github.com/standard/standard/blob/master/docs/RULES-en.md 'standard' diff --git a/client/src/components/content-forms/ContentBlockElementChooserWidget.vue b/client/src/components/content-forms/ContentBlockElementChooserWidget.vue index 4d756297..b8896044 100644 --- a/client/src/components/content-forms/ContentBlockElementChooserWidget.vue +++ b/client/src/components/content-forms/ContentBlockElementChooserWidget.vue @@ -1,6 +1,6 @@ diff --git a/client/src/components/videos/SrfEmbed.vue b/client/src/components/videos/SrfEmbed.vue index dd7f6c1a..c21fa6b6 100644 --- a/client/src/components/videos/SrfEmbed.vue +++ b/client/src/components/videos/SrfEmbed.vue @@ -1,9 +1,9 @@