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
@@ -5,5 +5,6 @@ module.exports = {
'avoid-unwrapped-text': require('./avoid-unwrapped-text'),
'use-exact-imports': require('./use-exact-imports'),
'use-typed-gates': require('./use-typed-gates'),
'use-prefixed-imports': require('./use-prefixed-imports'),
},
}