Co-authored-by: mrjvs <jellevs@gmail.com>
This commit is contained in:
William Oldham
2023-12-11 22:11:25 +00:00
parent 845b7d7efa
commit ed407e2d76
22 changed files with 10202 additions and 0 deletions

8
.eslintrc.cjs Normal file
View File

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