mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
maintenance: update deps + add prettierrc file
This commit is contained in:
parent
74244e5a9a
commit
6fdfc8188f
2 changed files with 10 additions and 5 deletions
5
.prettierrc
Normal file
5
.prettierrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"semi": false,
|
||||
"tabWidth": 2,
|
||||
"singleQuote": true
|
||||
}
|
10
package.json
10
package.json
|
@ -12,17 +12,17 @@
|
|||
"lintfix": "prettier --write --list-different . && yarn lint:js --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt/devtools": "latest",
|
||||
"@nuxt/devtools": "^1.0.2",
|
||||
"@nuxtjs/color-mode": "^3.3.0",
|
||||
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
||||
"@nuxtjs/google-fonts": "^3.0.1",
|
||||
"@nuxtjs/i18n": "^8.0.0-beta.13",
|
||||
"@nuxtjs/tailwindcss": "^5.3.5",
|
||||
"@types/node": "^18.16.19",
|
||||
"@nuxtjs/i18n": "^8.0.0-rc.5",
|
||||
"@nuxtjs/tailwindcss": "^6.9.4",
|
||||
"@types/node": "^20.9.0",
|
||||
"@typescript-eslint/parser": "^6.1.0",
|
||||
"daisyui": "^3.3.1",
|
||||
"eslint": "^8.45.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"eslint-plugin-vuejs-accessibility": "^2.1.0",
|
||||
"nuxt": "^3.6.2",
|
||||
|
|
Loading…
Reference in a new issue