misc fixes

This commit is contained in:
axolotle 2023-07-25 22:22:59 +02:00
parent ccbcab1bf3
commit 9db0745505
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
},
extends: [
'plugin:vue/strongly-recommended',
'plugin:vue/vue3-strongly-recommended',
'@nuxtjs/eslint-config-typescript',
'plugin:prettier/recommended',
],

View file

@ -41,5 +41,5 @@ export default defineNuxtConfig({
preference: 'system',
dataValue: 'theme',
classSuffix: '',
}
},
})

View file

@ -9,5 +9,5 @@ module.exports = {
],
daisyui: {
themes: true,
}
},
}