Fix style

This commit is contained in:
mcarquigny
2025-04-18 13:29:15 +02:00
parent 96899a8477
commit 892158fc30
4 changed files with 189 additions and 165 deletions

View File

@ -74,6 +74,7 @@ module.exports = {
'no-unused-vars': 'off',
'no-trailing-spaces' : 'off',
'vue/multi-word-component-names' : 'off',
'vue/no-v-text-v-html-on-component' : 'off',
// allow debugger during development only
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'