about summary refs log tree commit diff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-03-13 15:51:55 +0000
committerSamuel Newman <mozzius@protonmail.com>2024-03-13 15:51:55 +0000
commit41b10e3df548240f4deaab9812c882f3b4c9402c (patch)
treea894df835874c4f8b2bbd244ec007de55d6d8fab /.eslintrc.js
parent4d2efd84e437e0c93a66b678093012b5c064c725 (diff)
downloadvoidsky-41b10e3df548240f4deaab9812c882f3b4c9402c.tar.zst
forgot to save comment whoops
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index a74bd79ea..bade06447 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -35,9 +35,8 @@ module.exports = {
             '^(?!(?:alf|components|lib|locale|logger|platform|screens|state|view)(?:$|\\/))@?\\w',
           ],
           // Relative imports.
-          // Anything that starts with a dot
-          // due to unprefixed relative imports being used, we whitelist
-          // the relative paths we use
+          // Ideally, anything that starts with a dot or #
+          // due to unprefixed relative imports being used, we whitelist the relative paths we use
           // (?:$|\\/) matches end of string or /
           [
             '^(?:#\\/)?(?:lib|state|logger|platform|locale)(?:$|\\/)',