diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-25 10:38:16 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-03-25 11:53:59 +0100 |
commit | 6af1ed8cb32cff0ba384db33ba19540b0ac8ba6a (patch) | |
tree | efa3660dd0bb9ef3d3260201306d406688eeb1ce /core/src/globals.js | |
parent | ba14c41a1ca39624040282ab9082fff7aa09bff6 (diff) | |
download | nextcloud-server-6af1ed8cb32cff0ba384db33ba19540b0ac8ba6a.tar.gz nextcloud-server-6af1ed8cb32cff0ba384db33ba19540b0ac8ba6a.zip |
Update eslint and switch to @nextcloud packages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/src/globals.js')
-rw-r--r-- | core/src/globals.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/globals.js b/core/src/globals.js index 1ceb4aacd85..e7f2b075374 100644 --- a/core/src/globals.js +++ b/core/src/globals.js @@ -1,4 +1,4 @@ -/* eslint-disable nextcloud/no-deprecations */ +/* eslint-disable @nextcloud/no-deprecations */ /** * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at> * |