Skip to content

Commit 30b05d0

Browse files
committed
remove flow
1 parent bbf7ac3 commit 30b05d0

File tree

5 files changed

+1
-67
lines changed

5 files changed

+1
-67
lines changed

.eslintignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@
77
/npm
88
/deno
99

10-
# Ignore Flow typings for 3rd-party libraries
11-
/flow-typed
1210
# Ignore TS files inside integration test
1311
/integrationTests/ts/*.ts

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ensure your pull request matches the style guides, run `npm run prettier`.
7373
- 80 character line length strongly preferred.
7474
- Prefer `'` over `"`
7575
- ES6 syntax when possible. However do not rely on ES6-specific functions to be available.
76-
- Use [Flow types](https://flowtype.org/).
76+
- Use [TypeScript](https://www.typescriptlang.org).
7777
- Use semicolons;
7878
- Trailing commas,
7979
- Avd abbr wrds.

.prettierignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/flow-typed
2-
31
# Copied from '.gitignore', please keep it in sync.
42
/.eslintcache
53
/node_modules

cspell.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ words:
2424
- graphiql
2525
- sublinks
2626
- instanceof
27-
- flowtype
2827

2928
# Different names used inside tests
3029
- Skywalker

resources/check-cycles.js

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

0 commit comments

Comments
 (0)