about summary refs log tree commit diff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-06-18 15:37:08 +0300
committerGitHub <noreply@github.com>2024-06-18 15:37:08 +0300
commite30575c0dc3b2d81694a8a08543c6348e0c27322 (patch)
tree7cc8b19e29a7aeefd98d574fd984c8154009324b /.eslintrc.js
parente6213d7aa56faa6994a27bf127c63ded69e67d6f (diff)
downloadvoidsky-e30575c0dc3b2d81694a8a08543c6348e0c27322.tar.zst
Use exact imports for icons (#4549)
* Use exact imports for icons

* Add a lint rule
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index caeddd83b..8915c5019 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -31,6 +31,7 @@ module.exports = {
         },
       },
     ],
+    'bsky-internal/use-exact-imports': 'error',
     'bsky-internal/use-typed-gates': 'error',
     'bsky-internal/keep-i18n-patch-in-sync': 'error',
     'simple-import-sort/imports': [