Fix small typos
All checks were successful
repod / nextcloud-25 (push) Successful in 40s
repod / nextcloud-27 (push) Successful in 41s
repod / nodejs (push) Successful in 1m34s

This commit is contained in:
Michel Roux 2023-07-02 16:56:58 +02:00
parent ad851c8a7f
commit 394f297b70
5 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
module.exports = {
extends: [
'@nextcloud',
]
],
}

View File

@ -18,7 +18,7 @@ jobs:
nextcloud-27:
runs-on: ubuntu-latest
container: nextcloud:27.0.0
container: nextcloud:27
steps:
- run: apt-get update
- run: apt-get install -y git nodejs

2
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@nextcloud/dialogs": "^4.1.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.0",
"vue": "2.7.14",
"vue": "^2",
"vue-material-design-icons": "^5.2.0"
},
"devDependencies": {

View File

@ -22,7 +22,7 @@
"@nextcloud/dialogs": "^4.1.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.0",
"vue": "2.7.14",
"vue": "^2",
"vue-material-design-icons": "^5.2.0"
},
"browserslist": [

View File

@ -2,8 +2,8 @@
<psalm
errorLevel="1"
resolveFromConfigFile="true"
findUnusedBaselineEntry="true"
findUnusedCode="false"
findUnusedBaselineEntry="true"
findUnusedCode="false"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"