diff --git a/.eslintrc.js b/.eslintrc.js index 2a9c756..717c7f5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -26,6 +26,7 @@ module.exports = { "rules": { // override/add rules settings here, such as: // 'vue/no-unused-vars': 'error' - "vue/html-self-closing": "off" + "vue/html-self-closing": "off", + "vue/require-default-prop": "off" // does not work well with prop types } };