Skip to content

Commit e3f4c65

Browse files
leonardovillelaSimenB
authored andcommitted
docs: replace FlowType with TypeScript in CONTRIBUTING.MD code conventions (#9133)
1 parent 7ece746 commit e3f4c65

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112

113113
### Chore & Maintenance
114114

115+
- `[docs]` Replace FlowType with TypeScript in CONTRIBUTING.MD code conventions
115116
- `[jest-leak-detector]` remove code repeat ([#8438](https://github.com/facebook/jest/pull/8438))
116117
- `[docs]` Add example to `jest.requireActual` ([#8482](https://github.com/facebook/jest/pull/8482))
117118
- `[docs]` Add example to `jest.mock` for mocking ES6 modules with the `factory` parameter ([#8550](https://github.com/facebook/jest/pull/8550))

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
213213
- 80 character line length strongly preferred.
214214
- Prefer `'` over `"`.
215215
- ES6 syntax when possible.
216-
- Use [Flow types](http://flowtype.org/).
216+
- Use [TypeScript](https://www.typescriptlang.org/).
217217
- Use semicolons;
218218
- Trailing commas,
219219
- Avd abbr wrds.

0 commit comments

Comments
 (0)