aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-03-23 07:31:33 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-03-23 07:31:33 +0100
commit5adfec3dc60636fe2da5577dee5299ec0fd9195c (patch)
tree90a3f0f1bd10fcebcd7967ff76de46b41283e0a3 /apps/comments
parent0b665b816913294399a4d93e5bfbc05a49d4d13b (diff)
downloadnextcloud-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/comments')
-rw-r--r--apps/comments/src/comments-tab.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/src/comments-tab.js b/apps/comments/src/comments-tab.js
index 78bfb610af7..121b8d686f4 100644
--- a/apps/comments/src/comments-tab.js
+++ b/apps/comments/src/comments-tab.js
@@ -20,7 +20,7 @@
*
*/
-// eslint-disable-next-line node/no-missing-import, import/no-unresolved
+// eslint-disable-next-line n/no-missing-import, import/no-unresolved
import MessageReplyText from '@mdi/svg/svg/message-reply-text.svg?raw'
// Init Comments tab component