Skip to content

Commit bb7e87a

Browse files
committed
chore: unused rule
1 parent 5064d64 commit bb7e87a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/specs/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ export async function buildSpecs({
150150
// the `lite` spec will build the `recommend` spec, so we remove it from the list
151151
// to prevent concurrent builds
152152
if (clients.includes('algoliasearch')) {
153-
// eslint-disable-next-line no-param-reassign
154153
clients = clients.filter((client) => client !== 'recommend');
155154
}
156155

0 commit comments

Comments
 (0)