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

Commit 22f9c52

Browse files
miorelfacebook-github-bot
authored andcommitted
Strict-ify files that can be strict-ified with no additional changes
Summary: Diff auto-generated using Perl. Reviewed By: Daniel15 Differential Revision: D7146936 fbshipit-source-id: c39ed21447ecf8df1862536633adcdd861ebe885
1 parent b6ae887 commit 22f9c52

22 files changed

+22
-22
lines changed

src/component/base/DraftScrollPosition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @providesModule DraftScrollPosition
1010
* @format
11-
* @flow
11+
* @flow strict
1212
*/
1313

1414
'use strict';

src/component/base/DraftTextAlignment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @providesModule DraftTextAlignment
1010
* @format
11-
* @flow
11+
* @flow strict
1212
*/
1313

1414
'use strict';

src/component/handlers/DraftEditorModes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @providesModule DraftEditorModes
1010
* @format
11-
* @flow
11+
* @flow strict
1212
*/
1313

1414
'use strict';

src/component/selection/DraftOffsetKeyPath.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @providesModule DraftOffsetKeyPath
1010
* @format
11-
* @flow
11+
* @flow strict
1212
*/
1313

1414
'use strict';

src/component/utils/splitTextIntoTextBlocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @providesModule splitTextIntoTextBlocks
1010
* @format
11-
* @flow
11+
* @flow strict
1212
*/
1313

1414
'use strict';

src/model/constants/DraftBlockType.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @providesModule DraftBlockType
1010
* @format
11-
* @flow
11+
* @flow strict
1212
*/
1313

1414
'use strict';

src/model/constants/DraftDragType.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @providesModule DraftDragType
1010
* @format
11-
* @flow
11+
* @flow strict
1212
*/
1313

1414
'use strict';

src/model/constants/DraftEditorCommand.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @providesModule DraftEditorCommand
1010
* @format
11-
* @flow
11+
* @flow strict
1212
*/
1313

1414
/*eslint-disable no-bitwise*/

src/model/constants/DraftHandleValue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @providesModule DraftHandleValue
1010
* @format
11-
* @flow
11+
* @flow strict
1212
*/
1313

1414
/*eslint-disable no-bitwise*/

src/model/constants/DraftInsertionType.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @providesModule DraftInsertionType
1010
* @format
11-
* @flow
11+
* @flow strict
1212
*/
1313

1414
'use strict';

0 commit comments

Comments
 (0)