Skip to content

Commit 635a235

Browse files
committed
chore(biome): enable noUnusedImports on type definitions
1 parent 2f08b9a commit 635a235

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

biome.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,6 @@
6666
}
6767
}
6868
}
69-
},
70-
{
71-
"includes": ["types/**/*.d.ts", "src/**/*.d.ts"],
72-
"linter": {
73-
"rules": {
74-
"correctness": {
75-
"noUnusedImports": "off"
76-
}
77-
}
78-
}
7969
}
8070
]
8171
}

0 commit comments

Comments
 (0)