Add eslint rule to fix imports without the #/ path alias (#5175)

This commit is contained in:
Samuel Newman
2024-09-20 09:11:29 +01:00
committed by GitHub
parent 22410a3cee
commit f42d44112d
4 changed files with 45 additions and 4 deletions
+1
View File
@@ -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',
{