diff --git a/.eslintrc.js b/.eslintrc.js index a1b2c4a1..31aaf797 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,9 @@ module.exports = { extends: [ - '@nextcloud' - ] + '@nextcloud', + ], + globals: { + __webpack_public_path__: true, + __webpack_nonce__: true, + }, } diff --git a/src/App.vue b/src/App.vue index c9356ede..ed65850a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,8 +11,15 @@