diff --git a/src/dispatch/static/dispatch/.eslintrc.js b/src/dispatch/static/dispatch/.eslintrc.js index 9a5d381b48fc..1ba764c1332a 100644 --- a/src/dispatch/static/dispatch/.eslintrc.js +++ b/src/dispatch/static/dispatch/.eslintrc.js @@ -53,5 +53,6 @@ module.exports = { "vue/attribute-hyphenation": "off", "vue/require-default-prop": "off", "vue/require-explicit-emits": "off", + "vuetify/no-deprecated-components": "off", }, }