From f42d44112d268588f0d25f81715d01190b7047ea Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 20 Sep 2024 09:11:29 +0100 Subject: Add eslint rule to fix imports without the `#/` path alias (#5175) --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.js') 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', { -- cgit 1.4.1