Skip to content

Commit 49d24d4

Browse files
committed
Lint nits
1 parent c796aa4 commit 49d24d4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
[![Follow @SocketSecurity](https://img.shields.io/twitter/follow/SocketSecurity?style=social)](https://twitter.com/SocketSecurity)
55

66
> A collection of [Socket.dev](https://socket.dev/) optimize package overrides
7-
> for use with [Socket Optimize](https://socket.dev/features/optimize "npx socket optimize").
7+
> for use with
8+
> [Socket Optimize](https://socket.dev/features/optimize 'npx socket optimize').
89
910
<img src="./socket-optimize-hero.png" height="272px" width="576px" alt="npx socket optimize">
1011

registry/lib/prompts.d.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ import inquirerConfirm from '@inquirer/confirm'
22
import inquirerInput from '@inquirer/input'
33
import inquirerPassword from '@inquirer/password'
44
import inquirerSearch from '@inquirer/search'
5-
import inquirerSelect, { Separator as InquirerSeparator } from '@inquirer/select'
5+
import inquirerSelect, {
6+
Separator as InquirerSeparator
7+
} from '@inquirer/select'
68

79
declare namespace Prompts {
810
export type Separator = InquirerSeparator

0 commit comments

Comments
 (0)