Initial draft

This commit is contained in:
qtchaos
2023-12-31 16:39:55 +02:00
parent baf2169306
commit 86cd905dc8
40 changed files with 2461 additions and 2909 deletions

View File

@@ -1,8 +1,8 @@
module.exports = {
root: true,
extends: '@nuxt/eslint-config',
extends: ['@nuxt/eslint-config', 'plugin:prettier/recommended'],
rules: {
'vue/max-attributes-per-line': 'off',
'vue/multi-word-component-names': 'off'
}
}
'vue/multi-word-component-names': 'off',
},
};