about summary refs log tree commit diff
diff options
context:
space:
mode:
-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)(?:$|\\/)',