Skip to content

Commit 07ba55f

Browse files
committed
chore: fix lint issues
1 parent 9a8db8d commit 07ba55f

File tree

1 file changed

+2
-2
lines changed
  • packages/create-react-native-library/src/utils

1 file changed

+2
-2
lines changed

packages/create-react-native-library/src/utils/prompt.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ function validate<T extends string>(
212212
const question = Array.isArray(questions)
213213
? questions.find((q) => q.name === key)
214214
: questions.name === key
215-
? questions
216-
: null;
215+
? questions
216+
: null;
217217

218218
if (question == null) {
219219
continue;

0 commit comments

Comments
 (0)