Skip to content

Commit 376b90e

Browse files
fix: allow named imports from typescript
1 parent dc7de41 commit 376b90e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/unicorn.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const settings: Linter.Config = {
1515
styles: {
1616
typescript: {
1717
default: true,
18+
named: true,
1819
},
1920
},
2021
},

0 commit comments

Comments
 (0)