Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit bc716b2

Browse files
mrkevfacebook-github-bot
authored andcommitted
All these modules can actually be strict
Summary: eyes Reviewed By: claudiopro Differential Revision: D16177499 fbshipit-source-id: 95cb458b3203c93ba21a673ec6a1e10195f4f3d5
1 parent 973f7ff commit bc716b2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/component/utils/KeyBindingUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*
77
* @format
8-
* @flow strict-local
8+
* @flow strict
99
* @emails oncall+draft_js
1010
*/
1111

src/component/utils/getDefaultKeyBinding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*
77
* @format
8-
* @flow strict-local
8+
* @flow strict
99
* @emails oncall+draft_js
1010
*/
1111

src/component/utils/getTextContentFromFiles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*
77
* @format
8-
* @flow strict-local
8+
* @flow strict
99
* @emails oncall+draft_js
1010
*/
1111

src/component/utils/isEventHandled.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*
77
* @format
8-
* @flow strict-local
8+
* @flow strict
99
* @emails oncall+draft_js
1010
*/
1111

src/component/utils/isSoftNewlineEvent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* LICENSE file in the root directory of this source tree.
66
*
77
* @format
8-
* @flow strict-local
8+
* @flow strict
99
* @emails oncall+draft_js
1010
*/
1111

0 commit comments

Comments
 (0)