chore(eslint): disable vue/require-default-prop

This commit is contained in:
Benjamin Canac
2024-03-09 19:09:16 +01:00
parent 320821984d
commit 4b75ec265b

View File

@@ -21,6 +21,7 @@ module.exports = {
// Vuejs
'vue/multi-word-component-names': 0,
'vue/require-default-prop': 0,
'vue/html-indent': ['error', 2],
'vue/comma-spacing': ['error', { before: false, after: true }],
'vue/script-indent': ['error', 2, { baseIndent: 0 }],