From 08e8b72f461d411f52f8156a5a96b94056abfb9f Mon Sep 17 00:00:00 2001 From: Jakub Biesiada Date: Thu, 16 Sep 2021 08:34:46 +0200 Subject: [PATCH] chore: update linters --- commands/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/index.tsx b/commands/index.tsx index e32f4be..a70bbdf 100644 --- a/commands/index.tsx +++ b/commands/index.tsx @@ -6,6 +6,8 @@ interface Props { readonly inputArgs: T[]; } +// TODO + /// Quick Open opens files from a shell. const QuickOpen = ({ inputArgs }: Props) => { const [error, setError] = useState(null);