mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
misc fixes
This commit is contained in:
parent
ccbcab1bf3
commit
9db0745505
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ module.exports = {
|
||||||
parser: '@typescript-eslint/parser',
|
parser: '@typescript-eslint/parser',
|
||||||
},
|
},
|
||||||
extends: [
|
extends: [
|
||||||
'plugin:vue/strongly-recommended',
|
'plugin:vue/vue3-strongly-recommended',
|
||||||
'@nuxtjs/eslint-config-typescript',
|
'@nuxtjs/eslint-config-typescript',
|
||||||
'plugin:prettier/recommended',
|
'plugin:prettier/recommended',
|
||||||
],
|
],
|
||||||
|
|
|
@ -41,5 +41,5 @@ export default defineNuxtConfig({
|
||||||
preference: 'system',
|
preference: 'system',
|
||||||
dataValue: 'theme',
|
dataValue: 'theme',
|
||||||
classSuffix: '',
|
classSuffix: '',
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
|
|
|
@ -9,5 +9,5 @@ module.exports = {
|
||||||
],
|
],
|
||||||
daisyui: {
|
daisyui: {
|
||||||
themes: true,
|
themes: true,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue