Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-05-03 17:33:18 +0300
committerMax <max@nextcloud.com>2022-07-05 07:22:59 +0300
commit47db3244d1ffb2ae4659c36bb1c927d091904bf5 (patch)
tree8205a1351808465d7da957c3df56d457cba08adf /src/commands
parente534fbfbe9bbe88437c82f0a701ef258c3ccf2bc (diff)
fix: specify file extensions in import statements
As recommended in @nextcloud/eslint-config@8.0.0 https://github.com/nextcloud/eslint-config/pull/292 Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/index.js b/src/commands/index.js
index 0667673af..8b40f8774 100644
--- a/src/commands/index.js
+++ b/src/commands/index.js
@@ -20,7 +20,7 @@
*
*/
-import listInputRule from './listInputRule'
+import listInputRule from './listInputRule.js'
export {
listInputRule,