about summary refs log tree commit diff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-09-20 09:11:29 +0100
committerGitHub <noreply@github.com>2024-09-20 09:11:29 +0100
commitf42d44112d268588f0d25f81715d01190b7047ea (patch)
treecc5a7240650fd17bcca4a08c3bb3770f9cad7e69 /.eslintrc.js
parent22410a3cee459761a9eb2d1a52de99557a424797 (diff)
downloadvoidsky-f42d44112d268588f0d25f81715d01190b7047ea.tar.zst
Add eslint rule to fix imports without the `#/` path alias (#5175)
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 2d5f2822a..f6407fa6f 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -33,6 +33,7 @@ module.exports = {
     ],
     'bsky-internal/use-exact-imports': 'error',
     'bsky-internal/use-typed-gates': 'error',
+    'bsky-internal/use-prefixed-imports': 'warn',
     'simple-import-sort/imports': [
       'warn',
       {