Skip to content

Commit aaabae1

Browse files
committed
remove flow types
1 parent e8f8259 commit aaabae1

File tree

3 files changed

+1
-140
lines changed

3 files changed

+1
-140
lines changed

.prettierignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
node_modules/
22
.yarn
3-
4-
flow-typed/

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The project uses `yarn` for dependency management and script execution.
2121
- **Type Check:** `yarn typecheck` (Runs TypeScript compiler)
2222
- **Format Check:** `yarn prettier`
2323
- **Validate All:** `yarn validate` (Runs Prettier, ESLint, Typecheck, and Tests in sequence)
24-
- **Build Project:** `yarn build` (Cleans, builds JS with Babel, builds TS types, and copies Flow types)
24+
- **Build Project:** `yarn build` (Cleans, builds JS with Babel, and builds TS types)
2525

2626
## Development Conventions
2727

CLAUDE.md

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)