diff --git a/.eslintrc.js b/.eslintrc.js index 1d367113..4d8c6e77 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -127,6 +127,7 @@ module.exports = { 'vue/require-prop-types': 'off', 'vue/require-default-prop': 'off', 'vue/no-mutating-props': 'off', // TODO: all these + 'vue/prop-name-casing': 'off', // TODO: do we need this? 'vue/html-closing-bracket-newline': [ 'error', {