summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks/useStdin.ts
diff options
context:
space:
mode:
authorTyler <[email protected]>2025-04-20 17:16:25 -0700
committerGitHub <[email protected]>2025-04-20 17:16:25 -0700
commitd55168f51ff989f6818ce386ae5ab7f383b9d3e3 (patch)
tree65df07b5deac7024961839823583b6e61306cebd /packages/cli/src/ui/hooks/useStdin.ts
parent305ed41b880e10f8c04404ca7e35edfb9cc5392f (diff)
add linter for checking license headers (and eslint --fix target to match, and fix missing license headers while we're here) (#62)
Diffstat (limited to 'packages/cli/src/ui/hooks/useStdin.ts')
-rw-r--r--packages/cli/src/ui/hooks/useStdin.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/cli/src/ui/hooks/useStdin.ts b/packages/cli/src/ui/hooks/useStdin.ts
index 8c741c9b..e91b90e6 100644
--- a/packages/cli/src/ui/hooks/useStdin.ts
+++ b/packages/cli/src/ui/hooks/useStdin.ts
@@ -1,3 +1,9 @@
+/**
+ * @license
+ * Copyright 2025 Google LLC
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
import { useState, useEffect } from 'react';
import { useStdin } from 'ink';