diff --git a/src/component/utils/KeyBindingUtil.js b/src/component/utils/KeyBindingUtil.js index e01f3a975d..2a0c990eb9 100644 --- a/src/component/utils/KeyBindingUtil.js +++ b/src/component/utils/KeyBindingUtil.js @@ -5,7 +5,7 @@ * LICENSE file in the root directory of this source tree. * * @format - * @flow strict-local + * @flow strict * @emails oncall+draft_js */ diff --git a/src/component/utils/getDefaultKeyBinding.js b/src/component/utils/getDefaultKeyBinding.js index f39dfff620..b16ea2f336 100644 --- a/src/component/utils/getDefaultKeyBinding.js +++ b/src/component/utils/getDefaultKeyBinding.js @@ -5,7 +5,7 @@ * LICENSE file in the root directory of this source tree. * * @format - * @flow strict-local + * @flow strict * @emails oncall+draft_js */ diff --git a/src/component/utils/getTextContentFromFiles.js b/src/component/utils/getTextContentFromFiles.js index b577a3f578..216843ab24 100644 --- a/src/component/utils/getTextContentFromFiles.js +++ b/src/component/utils/getTextContentFromFiles.js @@ -5,7 +5,7 @@ * LICENSE file in the root directory of this source tree. * * @format - * @flow strict-local + * @flow strict * @emails oncall+draft_js */ diff --git a/src/component/utils/isEventHandled.js b/src/component/utils/isEventHandled.js index fde4f61296..f6f1aff26b 100644 --- a/src/component/utils/isEventHandled.js +++ b/src/component/utils/isEventHandled.js @@ -5,7 +5,7 @@ * LICENSE file in the root directory of this source tree. * * @format - * @flow strict-local + * @flow strict * @emails oncall+draft_js */ diff --git a/src/component/utils/isSoftNewlineEvent.js b/src/component/utils/isSoftNewlineEvent.js index 5e0e1ec4a6..edddf72d71 100644 --- a/src/component/utils/isSoftNewlineEvent.js +++ b/src/component/utils/isSoftNewlineEvent.js @@ -5,7 +5,7 @@ * LICENSE file in the root directory of this source tree. * * @format - * @flow strict-local + * @flow strict * @emails oncall+draft_js */