Use exact imports for icons (#4549)
* Use exact imports for icons * Add a lint rule
This commit is contained in:
parent
e6213d7aa5
commit
e30575c0dc
4 changed files with 27 additions and 3 deletions
|
@ -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': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue