diff --git a/website/client/.eslintrc.js b/website/client/.eslintrc.js index 56eb1c8668..7dc69cc284 100644 --- a/website/client/.eslintrc.js +++ b/website/client/.eslintrc.js @@ -14,10 +14,6 @@ module.exports = { // TODO find a way to let eslint understand webpack aliases 'import/no-unresolved': 'off', 'import/extensions': 'off', - 'vue/component-tags-order': ['warn', { - order: [ 'template', 'style', 'script' ], - }], - 'vue/no-mutating-props': 'warn', 'vue/no-v-html': 'off', 'vue/html-self-closing': ['error', { html: {