dev #1

Merged
nocci merged 51 commits from dev into main 2026-03-06 16:31:29 +01:00
2 changed files with 27 additions and 0 deletions
Showing only changes of commit 712f1caa0e - Show all commits

View file

@ -0,0 +1,25 @@
{
"env": {
"node": true,
"es2021": true
},
"extends": [
"eslint:recommended"
],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"no-unused-vars": "warn",
"no-undef": "error"
},
"globals": {
"cfg": "readonly",
"URL_CLAIM": "readonly",
"authenticator": "readonly",
"prompt": "readonly",
"notify": "readonly"
}
}

View file

@ -125,3 +125,5 @@ jobs:
run: |
docker push "${{ secrets.REGISTRY_IMAGE }}:${{ env.IMAGE_TAG }}"