Skip to content

Commit 0f8b99b

Browse files
Yukaiicursoragent
andcommitted
fix: sort destructured flags for eslint perfectionist rule
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d1ec87c commit 0f8b99b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/team-notes/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ raUuSTetT5uQbqQfLnz9lA A new note gvfz2UB5THiKABQJQnLs6Q n
4949
const {flags} = await this.parse(Create)
5050
const pipeString = safeStdinRead()
5151

52-
const {commentPermission, content, parentFolderId, readPermission, teamPath, tags, title, writePermission} = flags
52+
const {commentPermission, content, parentFolderId, readPermission, tags, teamPath, title, writePermission} = flags
5353
const options: CreateNoteOptions & {tags?: string[]} = {
5454
commentPermission: commentPermission as CommentPermissionType,
5555
content: pipeString || content,

0 commit comments

Comments
 (0)