diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-03-23 07:31:33 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-03-23 07:31:33 +0100 |
commit | 5adfec3dc60636fe2da5577dee5299ec0fd9195c (patch) | |
tree | 90a3f0f1bd10fcebcd7967ff76de46b41283e0a3 /apps/files_trashbin/src | |
parent | 0b665b816913294399a4d93e5bfbc05a49d4d13b (diff) | |
download | nextcloud-server-5adfec3dc60636fe2da5577dee5299ec0fd9195c.tar.gz nextcloud-server-5adfec3dc60636fe2da5577dee5299ec0fd9195c.zip |
chore(eslint): replace node/no-missing-import by n/no-missing-import
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_trashbin/src')
-rw-r--r-- | apps/files_trashbin/src/filelist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/src/filelist.js b/apps/files_trashbin/src/filelist.js index e113b0f0ffa..fcedc9defbe 100644 --- a/apps/files_trashbin/src/filelist.js +++ b/apps/files_trashbin/src/filelist.js @@ -25,7 +25,7 @@ * */ -// eslint-disable-next-line import/no-unresolved, node/no-missing-import +// eslint-disable-next-line import/no-unresolved, n/no-missing-import import PQueue from 'p-queue' /* eslint-disable */ |