Fix eslint

Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
Louis Chemineau 2023-11-09 15:35:32 +01:00
parent 88f9312750
commit 9ba51444c0
No known key found for this signature in database
3 changed files with 5 additions and 2 deletions

4
package-lock.json generated
View File

@ -28,6 +28,7 @@
"camelcase": "^7.0.0",
"debounce": "^1.2.1",
"he": "^1.2.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"path-posix": "^1.0.0",
"qs": "^6.11.2",
@ -14558,8 +14559,7 @@
"node_modules/leaflet": {
"version": "1.9.4",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.4.tgz",
"integrity": "sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==",
"peer": true
"integrity": "sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA=="
},
"node_modules/leaflet-defaulticon-compatibility": {
"version": "0.1.2",

View File

@ -57,6 +57,7 @@
"camelcase": "^7.0.0",
"debounce": "^1.2.1",
"he": "^1.2.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"path-posix": "^1.0.0",
"qs": "^6.11.2",

View File

@ -30,7 +30,9 @@ import { registerDavProperty } from '@nextcloud/files'
Vue.prototype.t = t
Vue.prototype.n = n
// eslint-disable-next-line no-undef, camelcase
__webpack_nonce__ = btoa(getRequestToken() ?? '')
// eslint-disable-next-line no-undef, camelcase
__webpack_public_path__ = generateFilePath('photos', '', 'js/')
registerDavProperty('nc:metadata-photos-original_date_time', { nc: 'http://nextcloud.org/ns' })